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

GridView Localization in MVVM patern

2 Answers 75 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Calabonga
Top achievements
Rank 2
Calabonga asked on 04 Jul 2010, 11:19 PM
How can I do GridView Localization if I using MVVM patern?

2 Answers, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 05 Jul 2010, 06:51 AM
Hi Calabonga,

Is the MVVM pattern somehow related to the localization of the grid? Does it store some kind of localization data?


Kind regards,
Milan
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
0
Calabonga
Top achievements
Rank 2
answered on 05 Jul 2010, 07:17 AM
I resolved problem, just add

public PersonListView()  
        {  
            LocalizationManager.Manager = new LocalizationManager()  
            {  
                ResourceManager = Bridge.Assets.Localization.GridResource.ResourceManager  
            };  
            InitializeComponent();  
        } 

in View where grid placed.

thanks for your attention.
Tags
GridView
Asked by
Calabonga
Top achievements
Rank 2
Answers by
Milan
Telerik team
Calabonga
Top achievements
Rank 2
Share this question
or