Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

PreviewLocalizer.Active Property

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