CurrencyPluralInfo.Locale Property
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.
Get locale -or- Set locale.
public virtual Android.Icu.Util.ULocale? Locale { [Android.Runtime.Register("getLocale", "()Landroid/icu/util/ULocale;", "GetGetLocaleHandler", ApiSince=24)] get; [Android.Runtime.Register("setLocale", "(Landroid/icu/util/ULocale;)V", "GetSetLocale_Landroid_icu_util_ULocale_Handler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getLocale", "()Landroid/icu/util/ULocale;", "GetGetLocaleHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setLocale", "(Landroid/icu/util/ULocale;)V", "GetSetLocale_Landroid_icu_util_ULocale_Handler", ApiSince=24)>]
member this.Locale : Android.Icu.Util.ULocale with get, set
Property Value
locale
- Attributes
Remarks
Property getter documentation:
Get locale
Java documentation for android.icu.text.CurrencyPluralInfo.getLocale()
.
Property setter documentation:
Set locale. This also sets both the plural rules and the currency plural patterns to be the defaults for the locale.
Java documentation for android.icu.text.CurrencyPluralInfo.setLocale(android.icu.util.ULocale)
.
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.