Partager via


ULocale.GetScript(String) Method

Definition

<strong>[icu]</strong> Returns the script code for the specified locale, which might be the empty string.

[Android.Runtime.Register("getScript", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetScript (string? localeID);
[<Android.Runtime.Register("getScript", "(Ljava/lang/String;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetScript : string -> string

Parameters

localeID
String

Returns

Attributes

Remarks

<strong>[icu]</strong> Returns the script code for the specified locale, which might be the empty string.

Java documentation for android.icu.util.ULocale.getScript(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to