XtraPdfViewerLocalizer.GetString(XtraPdfViewerStringId) Method
Returns a localized string for the given string identifier.
Namespace: DevExpress.XtraPdfViewer.Localization
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Parameters
Name | Type | Description |
---|---|---|
id | XtraPdfViewerStringId | An XtraPdfViewerStringId enumeration value, identifying the string to localize. |
Returns
Type | Description |
---|---|
String | A String value, corresponding to the specified identifier. |
Remarks
The PDF Viewer supports localization, so that you can substitute the default strings displayed within context menus with your own equivalents (e.g., in your native language). Items that can be localized are listed in the XtraPdfViewerStringId enumeration.
To localize the default resources of a PDF Viewer, override the GetString method in a XtraPdfViewerLocalizer class descendant.
For more information, refer to Localization.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetString(XtraPdfViewerStringId) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.