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

Syntax

[Android.Runtime.Register("getDisplayLanguage", "(Ljava/util/Locale;)Ljava/lang/String;", "")]
public string GetDisplayLanguage (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 language, localized to locale. If the language name is unknown, the language code is returned.

[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