Skip to main content

ReportLocalizer.Active Property

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

Namespace: DevExpress.XtraReports.Localization

Assembly: DevExpress.XtraReports.v23.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