New to KendoReactLearn about KendoReact Free.

Globalization

The globalization process combines the translation of component messages with adapting them to specific locales.

Change Theme
Theme
Loading ...

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:

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 KeyDefault 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.

Change Theme
Theme
Loading ...