Skip to content
Version 2.11.0
↓ Get the launcher

ILocalization.LanguageChanged event

Raised after the active language changes (live switch). Rebuild any UI text you cached; text resolved at draw-time (a Func<string> label) needs no handler.

public event Action LanguageChanged;