Class DefaultLanguageChangedEventArgs
Definition
- Assembly:
- Tizen.Uix.Stt.dll
This class holds information about the DefaultLanguageChanged event.
C#
Copy
public class DefaultLanguageChangedEventArgs
- Inheritance
-
objectDefault
Language Changed Event Args
Properties
Declaration
C#
Copy
public string CurrentLanguage { get; }
Property Value
Type | Description |
---|---|
string |
Declaration
C#
Copy
public string PreviousLanguage { get; }
Property Value
Type | Description |
---|---|
string |