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

DataAccessResLocalizer Class

A default localizer to translate a Data Access application’s resources.

Namespace: DevExpress.DataAccess.Localization

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class DataAccessResLocalizer :
    XtraResXLocalizer<DataAccessStringId>

#Remarks

Normally, you do not need to manually use an instance of the DataAccessResLocalizer class. Instead, use satellite assemblies as described in the Localizing WinForms Controls via Satellite Resource Assemblies tutorial.

#Inheritance

Object
XtraLocalizer
XtraLocalizer<DataAccessStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<DataAccessStringId>
DataAccessResLocalizer
See Also