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

Apply Resources to GridView and RichTextBox

1 Answer 65 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Nelson
Top achievements
Rank 1
Nelson asked on 07 Jul 2011, 12:41 PM
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:

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

1 Answer, 1 is accepted

Sort by
0
Accepted
Boby
Telerik team
answered on 13 Jul 2011, 07:44 AM
Hi Nelson,
If you are using the localization using ResourceManager (as described here), you can just add the resource keys for the strings you want to localize to your existing resource file (.resx). As RadRichTextBox doesn't have detailed description of its resource keys, we have prepared you a sample resource file (downloadable from here) that you can use for your translation.

All the best,
Boby
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
RichTextBox
Asked by
Nelson
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or