PreviewLocalizer.Active Property
In This Article
Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime.
Namespace: DevExpress.XtraPrinting.Localization
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public static XtraLocalizer<PreviewStringId> Active { get; set; }
#Property Value
Type | Description |
---|---|
Xtra |
An Xtra |
#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