Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Language.Script Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?