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

RadSchedulerNavigator translation

1 Answer 118 Views
Scheduler and Reminder
This is a migrated thread and some comments may be shown as answers.
Martin Lundgard
Top achievements
Rank 2
Martin Lundgard asked on 15 Sep 2009, 09:30 AM
Hi,

I have made a new scheduler navigatorlocalizationprovider and am setting the SchedulerNavigatorLocalizationProvider.CurrentProvider in my Form.Load() method, but the translation doesn't show. Do I need some other settings?

I have successfully translated everything but the navigator.

1 Answer, 1 is accepted

Sort by
0
Accepted
Deyan
Telerik team
answered on 16 Sep 2009, 08:27 AM
Hi Arve,

Thanks for contacting us and for reporting this issue. I have investigated the case and was able to reproduce the undesired behavior. I would like to inform you that this is an issue in RadSchedulerNavigator control which will be addressed in our next major release - Q3 2009. However, there is a workaround for this case. You can easily localize the strings in the control by using the following code snippet:

this.radSchedulerNavigator1.DayViewButton.Text = "Day View";  
this.radSchedulerNavigator1.WeekViewButton.Text = "Week View";  
this.radSchedulerNavigator1.MonthViewButton.Text = "Month View";  
this.radSchedulerNavigator1.ShowWeekendCheckBox.Text = "Show Weekend"

I have updated your Telerik points for bringing our attention to this issue. Thanks for your time.

Regards,
Deyan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Scheduler and Reminder
Asked by
Martin Lundgard
Top achievements
Rank 2
Answers by
Deyan
Telerik team
Share this question
or