DecimalFormatSymbols.GetAvailableULocales 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.
<strong>[icu]</strong> Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
[Android.Runtime.Register("getAvailableULocales", "()[Landroid/icu/util/ULocale;", "", ApiSince=33)]
public static Android.Icu.Util.ULocale[]? GetAvailableULocales ();
[<Android.Runtime.Register("getAvailableULocales", "()[Landroid/icu/util/ULocale;", "", ApiSince=33)>]
static member GetAvailableULocales : unit -> Android.Icu.Util.ULocale[]
Returns
An array of ULocale
s for which localized
DecimalFormatSymbols
instances are available.
- Attributes
Remarks
<strong>[icu]</strong> Returns an array of all locales for which the getInstance
methods of this class can return localized instances.
<strong>Note:</strong> Unlike java.text.DecimalFormatSymbols#getAvailableLocales
, this method simply returns the array of ULocale
s available in this class. ICU currently does not support DecimalFormatSymbolsProvider
, which was introduced in Java 6.
Java documentation for android.icu.text.DecimalFormatSymbols.getAvailableULocales()
.
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.