New to Kendo UI for Vue? Start a free 30-day trial
Globalization
Updated on Sep 9, 2026
The globalization process combines the translation of component messages with adapting them to specific locales.
Internationalization
The internationalization process applies specific culture formats to a web application.
For more information, refer to:
- Kendo UI for Vue documentation on internationalization
- kendo-intl (the base Internationalization package on GitHub)
Messages
The Dialogs do not provide built-in translated messages.
Right-to-Left Support
The following example demonstrates how to utilize the RTL support for the Dialog and the Window.
Loading ...