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

RadDatePicker - Localization fr-LU - popup in french

1 Answer 94 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
debett
Top achievements
Rank 1
debett asked on 28 Apr 2011, 01:59 PM
Hi,

I have localization set to fr-LU. The purpose is to display the dates using the European format. However, I want to keep everything in English. So, when the control's calendar pops up, it has french names for the months, days, etc.  Is there a way to force control to use my localization settings for displaying the date format, but to force it to use English language only?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Tsvetina
Telerik team
answered on 04 May 2011, 09:10 AM
Hello,

Have you tried setting the "fr-LU" culture only to the DateInput but not to the whole RadDatePicker?
<telerik:RadDatePicker ID="rdp" runat="server">
    <DateInput Culture="fr-LU" />
</telerik:RadDatePicker>

This should achieve the desired look.

Regards,
Tsvetina
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Calendar
Asked by
debett
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or