Back to Devexpress

PdfCoreLocalizer Class

officefileapi-devexpress-dot-pdf-dot-localization.md

latest1.8 KB
Original Source

PdfCoreLocalizer Class

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

Namespace : DevExpress.Pdf.Localization

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public class PdfCoreLocalizer :
    XtraLocalizer<PdfCoreStringId>
vb
Public Class PdfCoreLocalizer
    Inherits XtraLocalizer(Of 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

Object XtraLocalizer XtraLocalizer<PdfCoreStringId> PdfCoreLocalizer

See Also

PdfCoreLocalizer Members

DevExpress.Pdf.Localization Namespace