Java.Util.Locale.GetDisplayScript Method
Returns the name of this locale's script code, localized to Java.Util.Locale.

Syntax

[Android.Runtime.Register("getDisplayScript", "(Ljava/util/Locale;)Ljava/lang/String;", "")]
public string GetDisplayScript (Locale p0)

Parameters

locale
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the name of this locale's script code, localized to Java.Util.Locale. If the script code is unknown, the return value of this method is the same as that of Locale.Script.

[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