Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Telerik
Build great .NET business apps
Net Web
Cross-Platform
Desktop
Reporting and Documents
Testing & Mocking
Debugging
Build JavaScript UI
Javascript
AI for Developers & IT
Ensure AI program success
AI Coding
Additional Tools
Enhance the developer and designer experience
UI/UX Tools
Free Tools
CMS
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!