Collator.GetDisplayName Method

Definition

Overloads

GetDisplayName(Locale, Locale)
GetDisplayName(ULocale)
GetDisplayName(Locale)
GetDisplayName(ULocale, ULocale)

GetDisplayName(Locale, Locale)

[Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;Ljava/util/Locale;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetDisplayName (Java.Util.Locale? objectLocale, Java.Util.Locale? displayLocale);
[<Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;Ljava/util/Locale;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetDisplayName : Java.Util.Locale * Java.Util.Locale -> string

Parameters

objectLocale
Locale
displayLocale
Locale

Returns

Attributes

Remarks

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

GetDisplayName(ULocale)

[Android.Runtime.Register("getDisplayName", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetDisplayName (Android.Icu.Util.ULocale? objectLocale);
[<Android.Runtime.Register("getDisplayName", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetDisplayName : Android.Icu.Util.ULocale -> string

Parameters

objectLocale
ULocale

Returns

Attributes

Remarks

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

GetDisplayName(Locale)

[Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetDisplayName (Java.Util.Locale? objectLocale);
[<Android.Runtime.Register("getDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetDisplayName : Java.Util.Locale -> string

Parameters

objectLocale
Locale

Returns

Attributes

Remarks

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

GetDisplayName(ULocale, ULocale)

[Android.Runtime.Register("getDisplayName", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)]
public static string? GetDisplayName (Android.Icu.Util.ULocale? objectLocale, Android.Icu.Util.ULocale? displayLocale);
[<Android.Runtime.Register("getDisplayName", "(Landroid/icu/util/ULocale;Landroid/icu/util/ULocale;)Ljava/lang/String;", "", ApiSince=24)>]
static member GetDisplayName : Android.Icu.Util.ULocale * Android.Icu.Util.ULocale -> string

Parameters

objectLocale
ULocale
displayLocale
ULocale

Returns

Attributes

Remarks

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