Java.Util.Locale.GetExtension Method
Returns the BCP-47 extension whose key is extensionKey, or null if this locale does not contain the extension.

Syntax

[Android.Runtime.Register("getExtension", "(C)Ljava/lang/String;", "")]
public string GetExtension (char p0)

Parameters

extensionKey
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the BCP-47 extension whose key is extensionKey, or null if this locale does not contain the extension. Individual Keywords and attributes for the unicode locale extension can be fetched using Locale.UnicodeLocaleAttributes, Locale.UnicodeLocaleKeys and Locale.GetUnicodeLocaleType(string).

[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