New to KendoReact? Start a free 30-day trial
LocalizationService
A service which provides localization methods.
Name | Type | Default | Description |
---|---|---|---|
language? |
|
The language code used for localization. When no string is available for this language, the default value is returned. |
Constructors
LocalizationService
(language?: string)
Creates a new LocalizationService instance.
Parameters
language?
string
The language code for localization.
Methods
toLanguageString | |||||||||
---|---|---|---|---|---|---|---|---|---|
Provides a string based on a key for the current language. When no string for the current language is available under this key, the | |||||||||
| |||||||||
|