Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
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!
<
script
src
=
"//kendo.cdn.telerik.com/2016.2.504/js/messages/kendo.messages.bg-BG.min.js"
></
>
$("#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",
}
});
Worked!
Thank you Patrick!