次の方法で共有


ULocale.GetISO3Language(String) Method

Definition

<strong>[icu]</strong> Returns a three-letter abbreviation for this locale's language.

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

Parameters

localeID
String

Returns

Attributes

Remarks

<strong>[icu]</strong> Returns a three-letter abbreviation for this locale's language. If the locale doesn't specify a language, returns the empty string. Otherwise, returns a lowercase ISO 639-2/T language code. The ISO 639-2 language codes can be found on-line at <c>ftp://dkuug.dk/i18n/iso-639-2.txt</c>

Java documentation for android.icu.util.ULocale.getISO3Language(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