LocalizableString.Update() Method
Updates localized strings. The method fetches localized strings from the ILocalizer service and reflects any changes in the application’s culture.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
Declaration
public void Update()
Remarks
Call the Update()
method to ensure that the Value localized string is up to date.
See Also