LanguageChangeEvent
public enum LanguageChangeEvent
Represents the language change event.
Represents the language change event.
Declaration
Swift
case didChangeLanguage(locale: Locale)
Parameters
locale
|
The new locale applied to the navigation. |