LocaleDisplayNames.LocaleDisplayName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LocaleDisplayName(ULocale) | |
LocaleDisplayName(Locale) | |
LocaleDisplayName(String) |
LocaleDisplayName(ULocale)
[Android.Runtime.Register("localeDisplayName", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "GetLocaleDisplayName_Landroid_icu_util_ULocale_Handler", ApiSince=24)]
public abstract string? LocaleDisplayName (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("localeDisplayName", "(Landroid/icu/util/ULocale;)Ljava/lang/String;", "GetLocaleDisplayName_Landroid_icu_util_ULocale_Handler", ApiSince=24)>]
abstract member LocaleDisplayName : Android.Icu.Util.ULocale -> string
Parameters
- locale
- 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
LocaleDisplayName(Locale)
[Android.Runtime.Register("localeDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "GetLocaleDisplayName_Ljava_util_Locale_Handler", ApiSince=24)]
public abstract string? LocaleDisplayName (Java.Util.Locale? locale);
[<Android.Runtime.Register("localeDisplayName", "(Ljava/util/Locale;)Ljava/lang/String;", "GetLocaleDisplayName_Ljava_util_Locale_Handler", ApiSince=24)>]
abstract member LocaleDisplayName : Java.Util.Locale -> string
Parameters
- locale
- 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
LocaleDisplayName(String)
[Android.Runtime.Register("localeDisplayName", "(Ljava/lang/String;)Ljava/lang/String;", "GetLocaleDisplayName_Ljava_lang_String_Handler", ApiSince=24)]
public abstract string? LocaleDisplayName (string? localeId);
[<Android.Runtime.Register("localeDisplayName", "(Ljava/lang/String;)Ljava/lang/String;", "GetLocaleDisplayName_Ljava_lang_String_Handler", ApiSince=24)>]
abstract member LocaleDisplayName : string -> string
Parameters
- localeId
- String
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.