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.CreateDefaultLocalizer() Method

In This Article

Returns an XtraLocalizer object representing default resources, based on the thread’s language and regional settings (culture).

Namespace: DevExpress.DataAccess.UI.Localization

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public static XtraLocalizer<DataAccessUIStringId> CreateDefaultLocalizer()

#Returns

Type Description
XtraLocalizer<DataAccessUIStringId>

A XtraLocalizer<T> object representing resources based on the thread’s culture.

See Also