Back to Devexpress

LocalizableString Class

maui-devexpress-dot-maui-dot-mvvm-c8ece02d.md

latest1.2 KB
Original Source

LocalizableString Class

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

csharp
public class LocalizableString :
    DXObservableObject

Implements

INotifyPropertyChanged

INotifyPropertyChanging

Inheritance

System.Object CommunityToolkit.Mvvm.ComponentModel.ObservableObject DXObservableObject LocalizableString

Extension Methods

Yield<LocalizableString>()

YieldIfNotNull<LocalizableString>()

See Also

LocalizableString Members

DevExpress.Maui.Mvvm Namespace