A newer version of this page is available.
Switch to the current version.
PreviewLocalizer.Active Property
Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime.
Namespace: DevExpress.XtraPrinting.Localization
Assembly: DevExpress.Data.v18.2.dll
Declaration
public static XtraLocalizer<PreviewStringId> Active { get; set; }
Public Shared Property Active As XtraLocalizer(Of PreviewStringId)
Property Value
Type | Description |
---|---|
XtraLocalizer<PreviewStringId> | 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 the XtraPrinting Library.
To manually localize the XtraPrinting Library's user interface, create the PreviewLocalizer class descendant, and assign this object to the static Active property.
For more information on localizing the XtraPrinting Library user interface, see Localization.
See Also
Feedback