New to Kendo UI for Vue? Start a free 30-day trial
Globalization
Updated on Jun 24, 2026
The globalization process combines the translation of component messages with adapting them to specific locales.
The following example demonstrates how to show the value as a culture-specific currency in the available Inputs components and how to localize their built-in messages.
Change Theme
Theme
Loading ...
Internationalization
The internationalization process applies specific culture formats to a web application.
For more information, refer to:
- Kendo UI for Vue Native documentation on internationalization
- kendo-intl (the base Internationalization package on GitHub)
Messages
The Inputs support the localization of their messages by utilizing the KendoVue Internationalization package.
The following table lists the built-in message keys and their default values.
| Message Key | Default Value |
|---|---|
numerictextbox.increment | Increase value |
numerictextbox.decrement | Decrease value |
slider.increment | Increase |
slider.decrement | Decrease |
otpInput.ariaLabel | One-time password |
otpInput.cellAriaLabel | Digit {index} of {total} |
Right-to-Left Support
The following example demonstrates how to utilize the RTL support for the Inputs.
Change Theme
Theme
Loading ...