Globalization
The globalization process combines the translation of component messages with adapting them to specific locales.
For more information on how globalization practices are implemented in KendoReact, refer to the overview article. For more information on the globalization aspects which are available for each component, refer to the article on globalization support.
Internationalization
The internationalization process applies specific culture formats to a web application.
For more information, refer to:
- KendoReact documentation on internationalization
- kendo-intl (the base Internationalization package on GitHub)
Messages
The Labels support the localization of their messages by utilizing the KendoReact Internationalization package.
The following table lists the built-in message keys and their default values.
Message Key | Default Value |
---|---|
labels.optional | (Optional) |
Right-to-Left Support
You can enable RTL support for the FloatingLabel through its dir
property. To enable RTL support for the rest of the Labels, provide them a direction
attribute through their style
property.
The following example demonstrates how to enable RTL support for the Labels.