This is a migrated thread and some comments may be shown as answers.

Set current culture to calendar

1 Answer 256 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Antonio
Top achievements
Rank 1
Antonio asked on 31 Mar 2012, 11:32 AM
Hello,

I'm trying to set the current culture doing so;

<div id="calendar"></div>

<script>
$(document).ready(function() {
kendo.culture("it-IT");
$("#calendar").kendoCalendar();
});
</script>

 but doesn't work :'(
I still see the calendar in english view, I tried also with french using kendo.culture("fr-FR"); like here (jsFiddle demo) but still be in english
what can I do?

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 03 Apr 2012, 01:16 PM
Hi Antonio,

I tried to reproduce your scenario and everything works as expected. Please make sure that you have included to your project the culture scripts corresponding to the "culture name".

For convince I updated your example.

Kind regards,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Calendar
Asked by
Antonio
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or