Java.Util.Locale.Script Property
Returns the script code for this Locale or an empty String if no script was set.

Syntax

[get: Android.Runtime.Register("getScript", "()Ljava/lang/String;", "GetGetScriptHandler")]
public string Script { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the script code for this Locale or an empty String if no script was set. If set, the script code will be a title cased string of length 4, as per the ISO 15924 specification.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1