Localization
All user interface text properties have the Localizability
attribute applied to them, and all strings that are displayed in the user interface can be customized and localized.
Localizable Text Properties
The following text properties are flagged as localizable via the Localizability
attribute:
Customizing String Resources
All strings that are displayed in the user interface are available from static methods on the ActiproSoftware.Products.Ribbon.SR
class. Use that class to customize string resources as well.
Note
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 enumation 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.