Posted 26 Oct 2017 Link to this post
How to change the name of "no file chosen"?
kendo.ui.Upload.prototype.options.messages =
$.extend(true, kendo.ui.Upload.prototype.options.messages, {
FileChosen: "Nessun elemento caricato."
});
Posted 30 Oct 2017 Link to this post