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

ReportLocalizer.Active Property

Specifies a localizer object providing localization of the XtraReports Suite interface at runtime.

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v24.2.dll

NuGet Package: DevExpress.Reporting.Core

#Declaration

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

#Property Value

Type Description
XtraLocalizer<ReportStringId>

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

#Remarks

The active Localizer provides captions to all user interface elements of the XtraReports Suite.

To localize specific strings in the XtraReports user interface, create the ReportLocalizer class descendant and assign this object to the static ReportLocalizer.Active property.

See Also