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

Can the RadMonthYearPicker be localized?

1 Answer 40 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ragnar Gunnarsson
Top achievements
Rank 1
Ragnar Gunnarsson asked on 20 Apr 2012, 06:37 PM
On the RadCalendar the strings in the month/year navigation may be localized through the FastNavigationSettings property.  I can not find this property on the RadMonthYearPicker control.  Can this control not be localized?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 23 Apr 2012, 05:53 AM
Hi,

Try setting MonthYearNavigationSettings property of RadMonthYearPicker for localizing RadMonthYearPicker as follows.

ASPX:
<telerik:RadMonthYearPicker ID="RadMonthYearPicker1" runat="server" MonthYearNavigationSettings-CancelButtonCaption="ddfggh" MonthYearNavigationSettings-DateIsOutOfRangeMessage="errt" MonthYearNavigationSettings-OkButtonCaption="dggggh">
</telerik:RadMonthYearPicker>

Regards,
Princy.
Tags
Calendar
Asked by
Ragnar Gunnarsson
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or