Skip to main content
A newer version of this page is available. .

XtraPdfViewerLocalizer Class

Provides the means to localize the user interface elements of a PDF Viewer.

Namespace: DevExpress.XtraPdfViewer.Localization

Assembly: DevExpress.XtraPdfViewer.v20.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public class XtraPdfViewerLocalizer :
    XtraLocalizer<XtraPdfViewerStringId>

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

Object
DevExpress.Utils.Localization.XtraLocalizer
See Also