This question is locked. New answers and comments are not allowed.
Hi,
In my application I use a resource to apply the culture.Change En-PT.
In my app.xaml i did this and works fine for grid:
But now I want the same think to RichTextBox, but I don“t know how have two resourceManager. One for grid, other for RichTextBox.
Thanks
In my application I use a resource to apply the culture.Change En-PT.
In my app.xaml i did this and works fine for grid:
LocalizationManager.Manager = new LocalizationManager() { ResourceManager = GridViewResources.ResourceManager };But now I want the same think to RichTextBox, but I don“t know how have two resourceManager. One for grid, other for RichTextBox.
Thanks
