Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfCoreLocalizer Class

Provides the means to localize the dialog messages of a PDF Viewer.

Namespace: DevExpress.Pdf.Localization

Assembly: DevExpress.Pdf.v19.1.Core.dll

Declaration

public class PdfCoreLocalizer :
    XtraLocalizer<PdfCoreStringId>

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.

See Also