Getting Started with Kendo UI for Vue Native Localization

The Kendo UI for Vue Native Localization package enables you to adapt a component to a different locale by providing options for translating its messages or by enabling its right-to-left support.

The Kendo UI for Vue Native Localization feature is part of the Kendo UI for Vue Native library which provides native Kendo UI components for the Vue ecosystem and is available under the kendo-vue-intl NPM package.

The Package is part of Kendo UI for Vue, a professional grade UI library with 100+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

RTL Support

Right-to-Left (RTL) support represents the ability of a library, website, or application to handle and respond to users who communicate through right-to-left languages. Right-to-left languages are Arabic, Hebrew, Chinese, Japanese, and others.

By default, the RTL mode is disabled. In web applications, the RTL mode is enabled through the dir attribute of a DOM element. To enable the RTL mode for all Kendo UI for Vue Native components in your Vue application, set a text direction value to the root element of the application. You can also limit the RTL mode to a part of the application by providing the dir property to a Kendo UI for Vue Native component.

In this article

Not finding the help you need?