XtraLocalizer<T>.ActiveChanged Event
Fires immediately after the XtraLocalizer<T>.Active property value has been changed.
Namespace: DevExpress.Utils.Localization
Assembly: DevExpress.Data.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
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