LocalizableString Class
In This Article
Retrieves localized strings based on a key and updates them automatically when the current culture (locale) changes.
Namespace: DevExpress.Maui.Mvvm
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public class LocalizableString :
DXObservableObject
#Inheritance
System.Object
CommunityToolkit.Mvvm.ComponentModel.ObservableObject
DXObservableObject
LocalizableString
See Also