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.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
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