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;See Also
Section titled “See Also”- interface ILocalization
- namespace Stellar.Abstractions.Services