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,
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,