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:
The next image shows the context menu localized in German:
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:
| Key | Value |
|---|
| Hide | Hide |
| Auto_hide | Auto hide |
| Floating | Floating |
| Dockable | Dockable |
| Tabbed_document | Tabbed document |
See Also