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

Custom cultures

1 Answer 84 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Michel
Top achievements
Rank 1
Michel asked on 02 Sep 2014, 09:37 PM
Hi,

I just got a problem with the editor and I have no idea how i could resolve it. I can do custom tools or use default ones without any problems. The only thing I don't really understand is how to translate  the editor interface in differents languages. I found this project on the web, that translate some of the features but not all of them :

https://github.com/loudenvier/kendo-global

My editor must be multi-cultural, based on user language. With this github project, I can almost translate all the kendo editor features except for the style drop down ("heading 1", "heading 2", etc) and some tools like insterting a table ( "Create a i x j table", etc). These texts seems to be hardcoded inside the javascript file of kendo. 

So how could I change those texts dynamically?

Your help would be greatly appreciate.

Thx!

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 03 Sep 2014, 11:17 AM
Hello Michel,

The text for the headings can be modified by supplying them in the items array (see the snippets demo -- you need to supply all formatting tools that you need changing).

As for the "Create a x by y table" text, indeed it is hard-coded at this time. We will introduce it to be configurable in the messages shortly, and it will be available in the next internal build.

Regards,
Alex Gyoshev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Editor
Asked by
Michel
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Share this question
or