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