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

Automatic conversion culture

1 Answer 58 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Jordi
Top achievements
Rank 1
Jordi asked on 01 Sep 2015, 03:01 PM

Hi,

 I have my application with the french culture :

            Thread.CurrentThread.CurrentCulture = new CultureInfo("fr");
            Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr");

 It works fine but when i select "Automatic conversion" for minor or major tick lenght, this is not translated.

How can i fix it please? 

1 Answer, 1 is accepted

Sort by
0
Nasko
Telerik team
answered on 04 Sep 2015, 06:40 AM
Hi Jordi,

Could you please provide us information where exactly in code - behind are you changing the default culture?

Please, notice that in order the culture to be changed as expected it should be changed right before the UI initialization in App.xaml.cs class. For a more detailed information please check the following article from our help documentation:
http://docs.telerik.com/devtools/wpf/controls/radscheduleview/localization.html#using-built-in-resources

Could you please give a try to the approach described in the article and let us know if the culture is changed as expected?

Hopes this helps.

Regards,
Nasko
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
ScheduleView
Asked by
Jordi
Top achievements
Rank 1
Answers by
Nasko
Telerik team
Share this question
or