Gets or sets the value that determines the language and culture for the text box.
public:
property String^ Language {
String^ get ();
void set (String^ value);
}
Type: String
A string specifying language and culture that follows the RFC 3066 / ISO 639-1 standards. For example, U.S. English is “en-US”.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd
SmartGlassTextEntrySurface Class