Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
133
Localizing PopupColorPickerTool
posted

Hi,

 

I'm just wondering about how would I go about localizing this control? I am trying to localize the "Automatic" and "More Colors.." labels

Currently I'm trying to get to these properties for the control by: 

PopupColorPickerTool colorPicker = (PopupColorPickerTool)ultraToolbarsManager.Ribbon.Tabs["tabHome"].Groups["grpHomeFormat"].Tools["cmdHomeFormatFontColorPicker"];

..but I'm unsure on what to do further. (I have localized PopupGalleryTools in a similar manner)

Any advice?