New to KendoReact? Start a free 30-day trial
Reacting to Language Changes
Updated on Oct 31, 2025
The Internationalization package enables you to react to changes in the locale data or language.
To react to language changes, call the provideLocalizationService function on every render. The recommended approach is to extract the provideLocalizationService into a getter.
For Functional Components this is not needed since the
useLocalizationhook is called on every render.
Change Theme
Theme
Loading ...