Localization
All strings that are displayed in the user interface can be customized and localized. In addition, all user interface text properties have the Localizability
attribute applied to them.
Customizing String Resources
All strings that are displayed in the user interface are available from static methods on the ActiproSoftware.Products.Docking.SR
class. Use that class to customize string resources as well.
Tip
String resource customization is described in great detail in the general Customizing String Resources topic. Please see that topic for in-depth information related to localization of string resources.
An enumeration named SRName
includes a list of all the string resource names. A XAML markup extension named SRExtension
is available for use within XAML templates to access string resources.
Localizable Text Properties
The following text properties are flagged as localizable via the Localizability
attribute: