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

How to switch the default RadRichTextBoxRibbonUI language from english to french

1 Answer 210 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Patrick
Top achievements
Rank 1
Patrick asked on 27 Jun 2011, 05:13 PM
Hi,

I just create a new RadRichTextBoxRibbonUI. It work perfectly. But, i'm not able to find out how to change the culture property for this specific element. I want to switch the UI from english to french, spanish etc....

For exemple, in order to do this on the radcalendar control, you only have to do this :

            this.radDateInTimePicker.Culture = MyCustomObject.ContextCulture;

But, for the RadRichTextBoxRibbonUI, this property does not exist. So, how do you do it?

Best regards,
           

1 Answer, 1 is accepted

Sort by
0
Boby
Telerik team
answered on 30 Jun 2011, 12:19 PM
Hello Patrick,
Localization of RadRichTextBox UI (including all the dialogs and context menu) is fully supported, although this is not well documented for now. You could refer to the following article about localizing RadControls in general. As RadRichTextBox doesn't have detailed description of its resource keys, I have prepared you a sample resource file (downloadable from here) that you can use for your translation.
RadRichTextBoxRibbonUI, however, doesn't use this mechanism for localizing, as its content can be edited directly in the XAML editor. If you need to dynamically change the UI culture, you will have to localize it as described in MSDN here.

Don't hesitate to contact us if you have other questions.

Greetings,
Boby
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
Tags
RichTextBox
Asked by
Patrick
Top achievements
Rank 1
Answers by
Boby
Telerik team
Share this question
or