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

DataAccessLocalizer Class

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

Namespace: DevExpress.DataAccess.Localization

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#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