ILocalizer.NotifyCultureChanged() Method
Notifies the application that the current culture (locale) changed. This method triggers CultureChanged and CultureChangedWeakEvent events to update all affected UI elements.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
void NotifyCultureChanged()
See Also