RadColorPicker provides automatic localization based on the standard
ASP.NET localization mechanism. Place a culture-specific resource file (e.g.
RadColorPicker.de-DE.resx) in the App_GlobalResources
folder and set the Culture property (or let ASP.NET inherit
Thread.CurrentThread.CurrentUICulture) — all labels, tab names,
button captions, and accessibility strings are resolved automatically, including
OK, Cancel, Custom Color, Recent Colors,
and Hex Input Title.
Individual strings can still be overridden at runtime via the
Localization property without creating a new resource file.