UnlocalizedNumberFormatter.Locale 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
Locale(ULocale) | |
Locale(Locale) |
Locale(ULocale)
[Android.Runtime.Register("locale", "(Landroid/icu/util/ULocale;)Landroid/icu/number/LocalizedNumberFormatter;", "GetLocale_Landroid_icu_util_ULocale_Handler", ApiSince=30)]
public virtual Android.Icu.Number.LocalizedNumberFormatter? Locale (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("locale", "(Landroid/icu/util/ULocale;)Landroid/icu/number/LocalizedNumberFormatter;", "GetLocale_Landroid_icu_util_ULocale_Handler", ApiSince=30)>]
abstract member Locale : Android.Icu.Util.ULocale -> Android.Icu.Number.LocalizedNumberFormatter
override this.Locale : Android.Icu.Util.ULocale -> Android.Icu.Number.LocalizedNumberFormatter
Parameters
- locale
- ULocale
Returns
- Attributes
Applies to
Locale(Locale)
[Android.Runtime.Register("locale", "(Ljava/util/Locale;)Landroid/icu/number/LocalizedNumberFormatter;", "GetLocale_Ljava_util_Locale_Handler", ApiSince=30)]
public virtual Android.Icu.Number.LocalizedNumberFormatter? Locale (Java.Util.Locale? locale);
[<Android.Runtime.Register("locale", "(Ljava/util/Locale;)Landroid/icu/number/LocalizedNumberFormatter;", "GetLocale_Ljava_util_Locale_Handler", ApiSince=30)>]
abstract member Locale : Java.Util.Locale -> Android.Icu.Number.LocalizedNumberFormatter
override this.Locale : Java.Util.Locale -> Android.Icu.Number.LocalizedNumberFormatter
Parameters
- locale
- Locale
Returns
- Attributes