Skip to main content

PreviewLocalizer.Active Property

Specifies a localizer object providing localization of the XtraPrinting Library interface at runtime.

Namespace: DevExpress.XtraPrinting.Localization

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

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

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