Skip to main content

PdfCoreLocalizer Class

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

Namespace: DevExpress.Pdf.Localization

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

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.

Inheritance

See Also