PdfCoreLocalizer Class
Provides the means to localize the dialog messages of a PDF Viewer.
Namespace: DevExpress.Pdf.Localization
Assembly: DevExpress.Pdf.v22.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Remarks
To localize the dialog messages of a PDF Viewer, create a PdfCoreLocalizer descendant and override its PdfCoreLocalizer.GetString method.
To apply changes, assign the created PdfCoreLocalizer 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