Skip to main content
A newer version of this page is available. .

DataAccessLocalizer Class

Provides the means to localize the Query Builder and Report Wizard.

Namespace: DevExpress.DataAccess.Localization

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class DataAccessLocalizer :
    XtraLocalizer<DataAccessStringId>

Remarks

To localize the user interface of a Data Access application (provide custom captions to its interface elements), create a DataAccessLocalizer descendant and override its DataAccessLocalizer.GetString method.

To apply changes, assign the created DataAccessLocalizer descendant to the Active property of the localizer class from which your localizer object is derived.

For more information, see Localization.

Inheritance

See Also