Skip to main content

PdfViewerLocalizer.Active Property

Specifies a localizer object providing localization of a PDF Viewer at runtime.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v23.2.dll

NuGet Package: DevExpress.Wpf.PdfViewer

Declaration

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

Property Value

Type Description
XtraLocalizer<PdfViewerStringId>

An XtraLocalizer<T> descendant, used to localize the user interface at runtime.

Remarks

The active Localizer provides default captions to all user interface elements of a PDF Viewer.

To manually localize the user interface of a PDF Viewer, create the PdfViewerLocalizer class descendant, and assign this object to the static Active property.

See Also