We are using Kendo Editor and trying to localize the fields.
Most of the controls are working fine but the 'Format' DropDown control title tip is not getting localized.
I am providing localized text for "message.formatting" key while initializing the kendo editor.
I dig into the kendo.all.min.js file and found that while initializing the Formatting control, title tip is hard code to 'Format'. And if I change it to some other value, totol