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

Control localizaiton

2 Answers 92 Views
TimeSpanPicker
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alexander
Top achievements
Rank 1
Alexander asked on 17 Mar 2014, 11:35 AM
Hi.

I'm developing a Windows Phone 8 application that supports english and norwegian and I am using the Multilingual App toolkit from MSDN (http://msdn.microsoft.com/en-US/windows/apps/bg127574) I've also created these resource labels http://www.telerik.com/help/windows-phone/localizationstrings-timespanpicker.html  but still I only get English language for hours, minutes, seconds, ok button and cancel button. 

The DatePicker i'm using in the same app  does show correct language, but the Ok and Cancel button is displayed in english.

How can I get the missing translations corrected?

2 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 18 Mar 2014, 08:44 AM
Hi Alexander,

Thank you for your question.

As explained here, one way to provide the localization strings for our controls is to use localization managers. This means that in order to actually use the localized strings that you provided, you need to set the localization manager for the Input assembly (where RadTimeSpanPicker resides) and use the resource manager that contains your localized strings. Here's the example, if you added the strings to the default resource file AppResources:

InputLocalizationManager.Instance.ResourceManager = AppResources.ResourceManager;
 
Let me know if you need further assistance.


Regards,
Todor
Telerik
 

DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.

 
0
Alexander
Top achievements
Rank 1
answered on 18 Mar 2014, 10:05 AM
Thank you. That solved the problem.
Tags
TimeSpanPicker
Asked by
Alexander
Top achievements
Rank 1
Answers by
Todor
Telerik team
Alexander
Top achievements
Rank 1
Share this question
or