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.Active Property

Gets or sets a localizer object providing localization of the user interface at runtime.

Namespace: DevExpress.DataAccess.UI.Localization

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public static XtraLocalizer<DataAccessUIStringId> Active { get; set; }

#Property Value

Type Description
XtraLocalizer<DataAccessUIStringId>

An XtraLocalizer<T> descendant used to localize the user interface at runtime.

#Remarks

To manually localize the user interface, create the DataAccessUILocalizer class descendant, and assign this object to the static Active property.

See Also