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

Localize RadDatePicker

1 Answer 68 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Sungyoung
Top achievements
Rank 1
Sungyoung asked on 11 Aug 2012, 09:08 AM
How to localize RadDatePicker button (Today, Ok, Cancel) ?
Pls see the red circle in the attached file.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 14 Aug 2012, 10:34 AM
Hi Sungyoung,

You could localize them programmatically as demonstrates in the example below:
  C#:
Copy Code
RadDatePicker1.Calendar.FastNavigationSettings.TodayButtonCaption = "Heute"; RadDatePicker1.Calendar.FastNavigationNextText = "Nächste";
RadDatePicker1.Calendar.FastNavigationNextToolTip = "Ändern vorn";
RadMonthYearPicker1.MonthYearNavigationSettings.TodayButtonCaption = "Heute";
RadMonthYearPicker1.MonthYearNavigationSettings.NavigationNextText = "Nächste";
RadMonthYearPicker1.MonthYearNavigationSettings.NavigationNextToolTip = "Ändern vorn";

That should do the trick.

As a side note, please keep in mind that the purpose of the General Feedback type of tickets is for the customers to share their opinion of our products, support, help and etc. and provide suggestions for further improvements.The support tickets and forums are used for submitting issues you faced with our controls.Therefore, if further question arise please start a formal support ticket or a forum thread and we will address your questions as necessary.

Regards,
Eyup
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Sungyoung
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or