Hi!
I would like to have the scheduler's buttons in another language, so I've tried to set up the culture using:
<script src="@Url.Content("~/js/cultures/kendo.culture.es-UY.min.js")" type="text/javascript"></script>
and then in the document ready: kendo.culture("es-UY");
This is working just for some of the texts, but It's not working for any of the buttons inside the scheduler, for example for the buttons, "Today", "Show full day" and so on.
Is there an easy way to translate all this? Is there any workaround?
Thanks in advance!
I would like to have the scheduler's buttons in another language, so I've tried to set up the culture using:
<script src="@Url.Content("~/js/cultures/kendo.culture.es-UY.min.js")" type="text/javascript"></script>
and then in the document ready: kendo.culture("es-UY");
This is working just for some of the texts, but It's not working for any of the buttons inside the scheduler, for example for the buttons, "Today", "Show full day" and so on.
Is there an easy way to translate all this? Is there any workaround?
Thanks in advance!