The KendoReact Internationalization package helps format dates and numbers according to regional conventions using CLDR data. It provides an IntlProvider component and useInternationalization hook to handle locale-specific formatting like date patterns (11/6/2000 vs 06/11/2000), number separators (1,234.56 vs 1.234,56), and currency symbols. The package supports dynamic locale switching and works alongside KendoReact Localization for complete globalization features.
Table of contents
Internationalization vs. LocalizationKendoReact InternationalizationSetting Up InternationalizationFormatting NumbersFormatting DatesInteractive Locale SwitchingWrap-upSort: