Java.Util.Locale.GetDisplayCountry Method
Returns the name of this locale's country, localized to locale.

Syntax

[Android.Runtime.Register("getDisplayCountry", "(Ljava/util/Locale;)Ljava/lang/String;", "")]
public string GetDisplayCountry (Locale locale)

Parameters

locale
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the name of this locale's country, localized to locale. Returns the empty string if this locale does not correspond to a specific country.

[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