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

[Solved] How to change the Scheduler interface ?

2 Answers 138 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
MARQUES
Top achievements
Rank 1
MARQUES asked on 22 Jun 2009, 08:33 AM
Hi,

I don't know if it is possible,
That's why I'm asking you ^^

I want to change the language of the Sceduler interface, I want to show it in French :
For example, on the Drag-And-Drop one (here),
I want to show "Aujourd'hui" instead of "today", "Jour" instead of "Day", "Semaine" instead of "Week", ...
And this also in the Insert, Update and Delete component

I'm not sure to be clear, so you can ask questions and I'm try to answer expressly
Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 22 Jun 2009, 10:25 AM
Hi Marquies,

Checkout the Localization property of RadScheduler which specifies the strings that appear in the runtime user interface of the scheduler. By changing the values of each named sub-property, you can change the appearance of the string the scheduler uses.

ASPX:
 
<telerik:RadScheduler ID="RadScheduler1" runat="server" DataEndField="End" DataKeyField="ID" DataRecurrenceField="RecurrenceRule" DataRecurrenceParentKeyField="RecurrenceParentID" 
    DataSourceID="SqlDataSource2" DataStartField="Start" DataSubjectField="Subject" Culture="French (Canada)">  
 
    <Localization HeaderDay="My Day" HeaderToday="My today" HeaderWeek="My Week" /> 
 
</telerik:RadScheduler> 
Go through the link to know more about Localization Property

Thanks,
Princy.
0
MARQUES
Top achievements
Rank 1
answered on 22 Jun 2009, 12:08 PM
Thank you it's perfect !!
Tags
Scheduler
Asked by
MARQUES
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
MARQUES
Top achievements
Rank 1
Share this question
or