New to KendoReact? Start a free 30-day trial
Reacting to Language Changes
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
useLocalization
hook is called on every render.
Change Theme
Theme
Loading ...