Java.Util.Locale.ISO3Language Property
Returns the three-letter ISO 639-2/T language code which corresponds to the language code for this Locale.

Syntax

[get: Android.Runtime.Register("getISO3Language", "()Ljava/lang/String;", "GetGetISO3LanguageHandler")]
public string ISO3Language { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Util.MissingResourceExceptionif there's no 3-letter language code for this locale.

Remarks

Returns the three-letter ISO 639-2/T language code which corresponds to the language code for this Locale.

[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