New to Kendo UI for Vue? Start a free 30-day trial

Menu Localization

You can dynamically change the Menu language when changing the language of your application.

Basic configuration

To implement the Menu translation, use the following steps:

  1. Wrap the Menu in the LocalizationProvider component.
  2. Import the Menu texts for the different languages and load them using the loadMessages function.
  3. Define the all single Menu items as a computed property and refer each of them in the definition of the items array as it is demonstrated in the following demo.
Example
View Source
Change Theme:

In this article

Not finding the help you need?