Globalization
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.
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 |
Right-to-Left Support
The following example demonstrates how to utilize the RTL support for the Inputs.