Language.Script Property

Definition

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

public:
 property Platform::String ^ Script { Platform::String ^ get(); };
winrt::hstring Script();
public string Script { get; }
var string = language.script;
Public ReadOnly Property Script As String

Property Value

String

Platform::String

winrt::hstring

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.

Applies to