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

Gridview Filteractions Language MVVM

3 Answers 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Fredrik
Top achievements
Rank 2
Fredrik asked on 03 Apr 2013, 08:20 AM
Hello!
I want to display the available filter actions as Norwegian.
Since i use the mvvm design principle i dont want to initialize the location manager in codebehind.
I also want to avoid initialize it in my viewmodels for every view i want to use the gridview.

Any help would be highly appreciated

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 08 Apr 2013, 08:22 AM
Hello,

The filtering resource keys can be found here. Then please check our documentation on general localization
here. You could use an attached behavior to assign your custom LocalizationManager in XAML and not in code behind.

Regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Fredrik
Top achievements
Rank 2
answered on 09 Apr 2013, 06:04 AM
you have any example of using attached behavior to assign custom LocalizationManager ?

I managed to find the telrik English.resx file.
shouldnt i be able to to add this file to my project and then be able to edit the strings directly on the .resx file?
0
Dimitrina
Telerik team
answered on 11 Apr 2013, 12:58 PM
Hello,

Yes, you could, just follow the steps from the help article. 

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Fredrik
Top achievements
Rank 2
Answers by
Dimitrina
Telerik team
Fredrik
Top achievements
Rank 2
Share this question
or