Java.Util.Locale.ISO3Country Property
Returns the three-letter ISO 3166 country code which corresponds to the country code for this Locale.

Syntax

[get: Android.Runtime.Register("getISO3Country", "()Ljava/lang/String;", "GetGetISO3CountryHandler")]
public string ISO3Country { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Returns the three-letter ISO 3166 country code which corresponds to the country 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