Share via


LocaleDisplayNames.KeyDisplayName(String) Method

Definition

Returns the display name of the provided locale key.

[Android.Runtime.Register("keyDisplayName", "(Ljava/lang/String;)Ljava/lang/String;", "GetKeyDisplayName_Ljava_lang_String_Handler", ApiSince=24)]
public abstract string? KeyDisplayName (string? key);
[<Android.Runtime.Register("keyDisplayName", "(Ljava/lang/String;)Ljava/lang/String;", "GetKeyDisplayName_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member KeyDisplayName : string -> string

Parameters

key
String

the locale key name

Returns

the display name of the provided locale key

Attributes

Remarks

Returns the display name of the provided locale key.

Java documentation for android.icu.text.LocaleDisplayNames.keyDisplayName(java.lang.String).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to