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

DataAccessUIResLocalizer Class

A default localizer to translate UI resources for the Data Access library.

Namespace: DevExpress.DataAccess.UI.Localization

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class DataAccessUIResLocalizer :
    XtraResXLocalizer<DataAccessUIStringId>

#Remarks

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

#Inheritance

Object
XtraLocalizer
XtraLocalizer<DataAccessUIStringId>
DevExpress.Utils.Localization.XtraResXLocalizer<DataAccessUIStringId>
DataAccessUIResLocalizer
See Also