New to Kendo UI for VueStart 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:

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 KeyDefault Value
numerictextbox.incrementIncrease value
numerictextbox.decrementDecrease value
slider.incrementIncrease
slider.decrementDecrease
otpInput.ariaLabelOne-time password
otpInput.cellAriaLabelDigit {index} of {total}

Right-to-Left Support

The following example demonstrates how to utilize the RTL support for the Inputs.

Change Theme
Theme
Loading ...