Compartir a través de


ULocale.ISO3Language Property

Definition

Returns a three-letter abbreviation for this locale's language.

public string? ISO3Language { [Android.Runtime.Register("getISO3Language", "()Ljava/lang/String;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getISO3Language", "()Ljava/lang/String;", "", ApiSince=24)>]
member this.ISO3Language : string

Property Value

Attributes

Remarks

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().

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