Table of Contents

Interface IActiveLanguage

Namespace
Acuit.Pinpoint.Windows
Assembly
Acuit.Pinpoint.Windows.dll

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

string

Remarks

The class implementing this interface must also implement INotifyPropertyChanged and provide change notifications for this property.