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

Localize HighlightColorPicker

1 Answer 78 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Sternico
Top achievements
Rank 1
Sternico asked on 26 Jun 2012, 10:46 AM
Hello,

I need to localize the texts on a HighlightColorPicker inisde a ToolBar.

I've successfully Localized the associated RichTextBox through a resource file, but I can't find the keys for the HighlightColorPicker or an alternative way to localize the texts "Automatic", "Theme Colors" and "Standard colors".

Can you provide me the keys, or other way to translate it?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 28 Jun 2012, 03:38 PM
Hi Sico,

Thank you for contacting us.

The color pickers in the dialogs and the selection mini tool bar of RadRichTextBox use the same localization keys like these in the ribbon. If you are using version before 2012 Q1 SP1 the keys are:
  • ColorPickerAutomatic
  • ColorPickerStandardColors
  • ColorPickerThemeColors
In 2012 Q2 version there have been improvements and renovation of the localization keys. The new ones are: 
  • ColorSelectorAutomaticColorText
  • ColorSelectorMainPaletteHeaderText
  • ColorSelectorStandardPaletteHeaderText
Make sure to set the localization manager before the InitializeComponent(), otherwise some strings may remain unlocalized.

I hope this helps. Please, let us know if you encounter any difficulties.

Regards,
Vasil
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
RichTextBox
Asked by
Sternico
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Share this question
or