XtraPdfViewerLocalizer Class
Provides the means to localize the user interface elements of a PDF Viewer.
Namespace: DevExpress.XtraPdfViewer.Localization
Assembly: DevExpress.XtraPdfViewer.v24.1.dll
NuGet Package: DevExpress.Win.PdfViewer
Declaration
Remarks
To localize the user interface elements of a PDF Viewer, create a XtraPdfViewerLocalizer descendant and override its PdfCoreLocalizer.GetString method.
To apply changes, assign the created XtraPdfViewerLocalizer descendant to the Active property of the localizer class from which your localizer object is derived.
For more information, see Localization.
Inheritance
See Also