This is a migrated thread and some comments may be shown as answers.

Globalization or Culture etc.

2 Answers 58 Views
Menu
This is a migrated thread and some comments may be shown as answers.
Furkan
Top achievements
Rank 2
Furkan asked on 10 Aug 2020, 01:18 PM
I want to add language support to my Kendo UI Menu widget. There is no culture specific to it, how can I do it?

2 Answers, 1 is accepted

Sort by
0
Neli
Telerik team
answered on 12 Aug 2020, 09:35 AM

Hi Furkan,

Note, that the text of the Menu items depends entirely on the specific scenario and requirements and we could not be aware of the used text. When changing the culture the built-in messages in the kendo widgets will be replaced. For example, the messages of different commands in the Editor or the filter in Grid. 

In order to display the Menu in different languages, I will suggest you initialize a single Menu for every language. Initially, you could display only one Menu and hide the rest. Then when a different language is selected, you could show only the needed Menu and hide() the others. The approach is demonstrated in the following Dojo.

I hope you will find the provided information and the sample helpful. Let me know in case you have additional questions or need further assistance on the matter.

Regards,
Neli
Progress Telerik

0
Furkan
Top achievements
Rank 2
answered on 12 Aug 2020, 02:52 PM
 It worked. Thank you very much for your help.
Tags
Menu
Asked by
Furkan
Top achievements
Rank 2
Answers by
Neli
Telerik team
Furkan
Top achievements
Rank 2
Share this question
or