LocaleData.GetInstance(ULocale) 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.
Gets the LocaleData object associated with the ULocale specified in locale
[Android.Runtime.Register("getInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/util/LocaleData;", "", ApiSince=28)]
public static Android.Icu.Util.LocaleData? GetInstance (Android.Icu.Util.ULocale? locale);
[<Android.Runtime.Register("getInstance", "(Landroid/icu/util/ULocale;)Landroid/icu/util/LocaleData;", "", ApiSince=28)>]
static member GetInstance : Android.Icu.Util.ULocale -> Android.Icu.Util.LocaleData
Parameters
- locale
- ULocale
Locale with thich the locale data object is associated.
Returns
A locale data object.
- Attributes
Remarks
Gets the LocaleData object associated with the ULocale specified in locale
Java documentation for android.icu.util.LocaleData.getInstance(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.