In this example we can give culture info for localization in RadDatetimePicker.
for this below example u can get different localizations according to their country.
it is one of the property in RadDateTimePicker
for different localization we can find below link:
http://yash-maneel.blogspot.in/2012/05/different-culture-names.html
In aspx Page
<telerik:RadDatePicker ID="RadDatePicker1" runat="server">
<Calendar UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False"
ViewSelectorText="x" FastNavigationSettings-EnableTodayButtonSelection="true"
CultureInfo="Arabic (Iraq)">
</Calendar>
</telerik:RadDatePicker>
0 comments:
Post a Comment