Interface IActiveLanguage
Provides a service for tracking the selected language for an application.
public interface IActiveLanguage
Properties
ActiveLanguage
Gets or sets the active language.
string ActiveLanguage { get; set; }
Property Value
Remarks
The class implementing this interface must also implement INotifyPropertyChanged and provide change notifications for this property.