Language.Script Property

Gets the four-letter ISO 15924 script code of the language.

Syntax

public:
property String^ Script {
         String^ get ();
}  

Property value

Type: String 

  A string with the script code of the language. If the script code cannot be identified or inferred from the language tag, “Zyyy” is returned.

Requirements

Namespace: Windows.Globalization

Metadata: windows.winmd

See also

Reference

Language Class

Language Members

Windows.Globalization Namespace