DataAccessLocalizer Class
Provides the means to localize the Query Builder and Report Wizard.
Namespace: DevExpress.DataAccess.Localization
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
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