Class DisplayLanguageChangedEventArgs

Definition

Namespace:
Tizen.Uix.InputMethod
Assembly:
Tizen.Uix.InputMethod.dll
API Level:
4

This class contains the data related to the DisplayLanguageChanged event.

C#
Copy
public class DisplayLanguageChangedEventArgs
Inheritance
DisplayLanguageChangedEventArgs

Properties

View Source

Language

The language code.

Declaration
C#
Copy
public string Language { get; }
Property Value
Type Description
System.String
API Level: 4