ILocalizer Events
Provides access to methods and events that retrieve localized strings in a .NET MAUI application.Name | Description |
---|---|
CultureChanged | Occurs when the NotifyCultureChanged() method is called. |
CultureChangedWeakEvent | A weak event that occurs when the NotifyCultureChanged() method is called. |
See Also