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

XtraLocalizer<T>.ActiveChanged Event

Fires immediately after the XtraLocalizer<T>.Active property value has been changed.

Namespace: DevExpress.Utils.Localization

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

public static event EventHandler ActiveChanged

#Event Data

The ActiveChanged event's data class is EventArgs.

#Remarks

You can handle the ActiveChanged event to perform actions each time the localization settings are changed. For instance, you may need to display information about the language currently used, etc.

See Also