New to Kendo UI for Vue? Start a free 30-day trial
Menu Localization
Updated over 6 months ago
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:
- Wrap the
Menuin theLocalizationProvidercomponent. - Import the
Menutexts for the different languages and load them using theloadMessagesfunction. - Define the all single
Menuitems as a computed property and refer each of them in the definition of theitemsarray as it is demonstrated in the following demo.
Change Theme
Theme
Loading ...