Hi!
I want to know how could I show the dates at the calendar in Spanish.
What I'm doing is using: DayHeaderDateFormat="dddd, dd' de 'MMMM' de 'yyyy" , when "de" is the translation of "of", in spanish.
The problem is that de month is always in English and I need it at spanish.
any ideas?
Thanks!
2 Answers, 1 is accepted
0
Accepted
Helen
Telerik team
answered on 25 Feb 2009, 09:36 AM
Hi,
You may try to set the Culture property of RadCalendar to Spanish like the following:
<telerik:RadScheduler runat="server"
ID="RadScheduler1"
...........
Culture="Spanish (Argentina)"
...........
</telerik:RadScheduler>
If it doesn't help - you may review the following help topic how to access the calendar server-side and explicitly set the culture of it: