Skip to main content

DataAccessLocalizer.Active Property

Specifies a localizer object providing localization of an application’s Query Builder and Report Wizard at runtime.

Namespace: DevExpress.DataAccess.Localization

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

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

Property Value

Type Description
XtraLocalizer<DataAccessStringId>

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 an application’s Query Designer and Report Wizard.

To manually localize a Data Access application’s user interface, create the DataAccessLocalizer class descendant, and assign this object to the static Active property.

For more information on localizing the Data Access user interface, see Localization.

See Also