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

Day header date language

2 Answers 115 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
fer
Top achievements
Rank 1
fer asked on 23 Feb 2009, 05:28 PM
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

Sort by
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:

Access the embedded RadCalendar on the server-side


Greetings,
Helen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
fer
Top achievements
Rank 1
answered on 25 Feb 2009, 01:08 PM
that's works,  thanks a lot !
Tags
Scheduler
Asked by
fer
Top achievements
Rank 1
Answers by
Helen
Telerik team
fer
Top achievements
Rank 1
Share this question
or