New to KendoReact? Start a free 30-day trial
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.
Messages
The ListBox supports the localization of its messages by utilizing the KendoReact Internationalization package.
The following table lists the built-in message keys and their default values.
Message Key | Default Value |
---|---|
listbox.moveUp | Move Up |
listbox.moveDown | Move Down |
listbox.transferTo | Transfer To |
listbox.transferFrom | Transfer From |
listbox.transferAllTo | Transfer All To |
listbox.transferAllFrom | Transfer All From |
listbox.remove | Delete |
The following example shows how to customize the built-in messages of the ListBox toolbar.
Change Theme
Theme
Loading ...
Right-to-Left Support
The following example demonstrates how to utilize the RTL support for the ListBox.
Change Theme
Theme
Loading ...