Skip to main content

XtraPdfViewerLocalizer.Active Property

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

Namespace: DevExpress.XtraPdfViewer.Localization

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

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

Property Value

Type Description
XtraLocalizer<XtraPdfViewerStringId>

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 XtraPdfViewerLocalizer 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