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:
- Wrap the
Menu
in theLocalizationProvider
component. - Import the
Menu
texts for the different languages and load them using theloadMessages
function. - Define the all single
Menu
items as a computed property and refer each of them in the definition of theitems
array as it is demonstrated in the following demo.
Change Theme
Theme
Loading ...