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

Insert Hyperlink Popup Localization

3 Answers 234 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Negin
Top achievements
Rank 1
Negin asked on 18 May 2016, 02:04 PM

Hi,

 

I'm try to localize Insert Hyperlink popup in Kendo Editor by using kendo culture, but unfortunately I can't make it.

I also couldn't see that in your demo (please see the attached screenshot).

I was wondering if you could help me with that.

 

Thanks!

3 Answers, 1 is accepted

Sort by
0
Accepted
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 18 May 2016, 03:45 PM
Hello Negin,

Please take a look at the following Progress Dojo which illustrates a Kendo Editor using localization.  

Here are a few important notes regarding localization:

1.  The localization script must be included before the widgets are initialized with the Kendo JavaScript files. I used the following script in the Dojo:
<script src="//kendo.cdn.telerik.com/2016.2.504/js/messages/kendo.messages.bg-BG.min.js"></script>

2.  You can set the messages of the editor for custom localization.  In the Dojo, here is how I set it:
$("#editor").kendoEditor({
   ...
   messages: {
    createLink: "1 CreateLink",
    linkWebAddress: "2 Web Address",
    linkText: "3 Link Text",
    linkToolTip: "4 Tool Tip",
    linkOpenInNewWindow: "5 Open In New Window",
    dialogCancel: "6 Cancel Buttons",
    dialogInsert: "7 Insert Buttons",
  }
});

3.  Some localization files are not complete, and if you would like to contribute, you can find more information here.

For more information about localization, please check out our helpful documentation.

I hope this helps steer you in the right direction.

Regards,
Patrick
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
Negin
Top achievements
Rank 1
answered on 14 Jun 2016, 02:14 PM

Worked!

Thank you Patrick!

0
Patrick | Technical Support Engineer, Senior
Telerik team
answered on 14 Jun 2016, 02:29 PM
Hello Negin,

Glad everything is working!

Regards,
Patrick
Telerik
 
Get started with Kendo UI in days. Online training courses help you quickly implement components into your apps.
 
Tags
Editor
Asked by
Negin
Top achievements
Rank 1
Answers by
Patrick | Technical Support Engineer, Senior
Telerik team
Negin
Top achievements
Rank 1
Share this question
or