LanguageSettingsDisplayLanguageChanged Event

Occurs when the display language (Thread.CurrentThread.CurrentUICulture) has been changed by setting the DisplayLanguage property. Only the subscriptions from the same thread are invoked.

Definition

Namespace: KGySoft
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 7.2.0
C#
public static event EventHandler DisplayLanguageChanged

Value

EventHandler

Remarks

Use this event if you want to be notified of changing the display culture of the current thread. When this event is triggered only the subscribers from the thread of the language change are notified.

See Also