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

RadDateTimePikcer Culture Problem

1 Answer 56 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sagi
Top achievements
Rank 1
Sagi asked on 03 Jul 2008, 10:07 AM
Hi

if I select tmpStartDate.SelectedDate it is showing me 
29/07/2008 08:00:00 AM when I use Default english culture.
But If I change to spanish culture by chnaging web.config as follows :

<

globalization enableClientBasedCulture="true"

culture="es-MX"

uiCulture="es-MX" />

and I get date by tmpStartDate.SelectedDate it is giving me 29/07/2008 08:00:00 a.m
(AM is chnaged to a.m.)

How to get format like english(AM) in spanish culture?

Regards
Sagi

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 03 Jul 2008, 11:09 AM
Hello Sagi,

Our controls can be easily localized to desired locale by using their Culture properties. It would be helpful to take a look at this important help article elaborating on the subject Specifying a Culture. It is possible to change it either from code-behind or in the aspx.

Best regards,
Daniel
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
General Discussions
Asked by
Sagi
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or