Share via


LocalizedString Class

Definition

public class LocalizedString : Xamarin.CommunityToolkit.ObjectModel.ObservableObject
Inheritance
System.Object
LocalizedString

Constructors

LocalizedString(Func<String>)
LocalizedString(LocalizationResourceManager, Func<String>)

Properties

Localized

Methods

OnPropertyChanged(String)

Raises the property changed event.

(Inherited from ObservableObject)
SetProperty<T>(T, T, String, Action, Action, Func<T,T,Boolean>)

Sets the property.

(Inherited from ObservableObject)

Operators

Implicit(Func<String> to LocalizedString)

Events

PropertyChanged

Occurs when property changed.

(Inherited from ObservableObject)

Applies to