Hey,
all kendo widgets I'm using are set to German and all of them are working properly except for the PDFViewer. I set the localization like that for all the widgets:
<
script
src
=
"https://kendo.cdn.telerik.com/2020.1.219/js/cultures/kendo.culture.de-DE.min.js"
></
script
>
<
script
src
=
"https://kendo.cdn.telerik.com/2020.1.219/js/messages/kendo.messages.de-DE.min.js"
></
script
>
<
script
>
$(function () {
kendo.culture("de-DE");
})
</
script
>
But only the PDFViewer is in English. How can I change that?
- Daniel