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

DataAccessUILocalizer Class

In This Article

Provides the means to localize the user interface provided by Data Access library.

Namespace: DevExpress.DataAccess.UI.Localization

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class DataAccessUILocalizer :
    XtraLocalizer<DataAccessUIStringId>

#Inheritance

See Also