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

Is it possible to change the language of a GridDateTimeColumn?

1 Answer 126 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Peter
Top achievements
Rank 1
Peter asked on 09 Mar 2011, 07:55 PM
Hi,

I was wondering if it's possible to change the language of the RadDateTimePicker in the GridDateTimeColumn.

I've managed to get a date in the correct format by setting this in the PageLoad:
System.Threading.Thread.CurrentThread.CurrentCulture = System.Globalization.CultureInfo.CreateSpecificCulture("nl-nl");
System.Threading.Thread.CurrentThread.CurrentUICulture = System.Globalization.CultureInfo.CreateSpecificCulture("nl-nl");

But all the other text is still in english.

Does anyone know a way to change that?

Sincerely

1 Answer, 1 is accepted

Sort by
0
Accepted
Mira
Telerik team
answered on 14 Mar 2011, 04:24 PM
Hello Peter,

Please examine the following help topics to see how the radGrid and the RadCalendar can be localized:
Localizing Strings
Localizing the grid messages

I hope this helps.

Greetings,
Mira
the Telerik team
Registration for Q1 2011 What’s New Webinar Week is now open. Mark your calendar for the week starting March 21st and book your seat for a walk through all the exciting stuff we ship with the new release!
Tags
Grid
Asked by
Peter
Top achievements
Rank 1
Answers by
Mira
Telerik team
Share this question
or