Class DefaultLanguageChangedEventArgs
Definition
- Namespace:
- Tizen.Uix.Stt
- Assembly:
- Tizen.Uix.Stt.dll
- API Level:
- 3
This class holds information about the DefaultLanguageChanged event.
public class DefaultLanguageChangedEventArgs
- Inheritance
-
DefaultLanguageChangedEventArgs
Properties
View SourceCurrentLanguage
The current language.
Declaration
public string CurrentLanguage { get; }
Property Value
Type | Description |
---|---|
String |
API Level: 3
View SourcePreviousLanguage
The previous language.
Declaration
public string PreviousLanguage { get; }
Property Value
Type | Description |
---|---|
String |