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

PdfCoreLocalizer.Active Property

Specifies a localizer object providing localization of a PDF Viewer‘s dialog messages at runtime.

Namespace: DevExpress.Pdf.Localization

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public static XtraLocalizer<PdfCoreStringId> Active { get; set; }

Property Value

Type Description
XtraLocalizer<PdfCoreStringId>

An XtraLocalizer<T> descendant, used to localize the dialog messages at runtime.

Remarks

The active Localizer provides default captions to all dialog messages of a PDF Viewer.

To manually localize the dialog messages of a PDF Viewer, create the PdfCoreLocalizer class descendant, and assign this object to the static Active property.

For more information on localizing the PDF Viewer user interface, see Localization.

See Also