Skip to main content
All docs
V24.2

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

ReportDesignerLocalizer.Active Property

Gets or sets a localizer object that provides user interface localization at runtime.

Namespace: DevExpress.Xpf.Reports.UserDesigner.Localization

Assembly: DevExpress.Xpf.ReportDesigner.v24.2.dll

NuGet Package: DevExpress.Wpf.Reporting

#Declaration

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

#Property Value

Type Description
XtraLocalizer<ReportDesignerStringId>

An XtraLocalizer<T> descendant that is used to localize the user interface at runtime.

#Remarks

For more information on how to utilize the Active property, refer to the Localizing WPF Controls with Localizer Objects document.

See Also