PrintingLocalizer.GetString(PrintingStringId) Method
In This Article
Returns a localized string for the given string identifier.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v14.2.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
id | Printing |
A Printing |
#Returns
Type | Description |
---|---|
String | A String corresponding to the specified identifier. |
#Remarks
The Document Viewer supports localization, i.e. you can substitute strings displayed within default context menus with your own equivalents (for example, in your native language). Items that can be localized are enumerated by the PrintingStringId enumeration.
To localize the Document Preview resources, you need to override the GetString method in a PrintingLocalizer class descendant.
For more information, see Localization.
See Also