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

Translate using Built-In Resources but some RadScheduleView Resource Keys not translated

1 Answer 31 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
Dario
Top achievements
Rank 2
Dario asked on 06 Aug 2012, 10:59 AM
Hi to all,
I'm set on App the CurrentCulture and CurrentUICulture, but not all Keys are been translated

public App()
   {
       System.Threading.Thread.CurrentThread.CurrentCulture = new System.Globalization.CultureInfo( "nl" );
       System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo( "nl" );

in attached png file you can see that the keys: Day, Week, Month and Timeline are not in "nl" culture but in "it" culture.
What's happend?

1 Answer, 1 is accepted

Sort by
0
Ventzi
Telerik team
answered on 08 Aug 2012, 02:38 PM
Hi Dario,

You have to write some code inside your application's project file. In order to support dutch language open the project file with text editor and modify the SupportedCultures into the PropertyGroup tag to <SupportedCultures>nl;en</SupportedCultures>.

Hope this helps.

Kind regards,
Ventzi
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
ScheduleView
Asked by
Dario
Top achievements
Rank 2
Answers by
Ventzi
Telerik team
Share this question
or