RadControls for Silverlight

The built-in localization mechanism in Silverlight and WPF allows you to localize any string resource used by the RadDocking control. Once translated, you might use your resources in both Silverlight and WPF projects without changing anything.

Tip

To learn more about the ways to localize the RadControls please read the common topic about Localization.

In RadDocking you can localize the context menu:

Rad Docking localization en

The next image shows the context menu localized in German:

Rad Docking localization de

Resource Keys

The resources of the control can be localized by using an unique identifier called resource key that is assigned to each localizable string. Below you may find a list of the Resources available and their default values:
KeyValue
HideHide
Auto_hideAuto hide
FloatingFloating
DockableDockable
Tabbed_documentTabbed document

See Also