ULocale.GetDefault(ULocale+Category) 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.
Returns the current default ULocale for the specified category.
[Android.Runtime.Register("getDefault", "(Landroid/icu/util/ULocale$Category;)Landroid/icu/util/ULocale;", "", ApiSince=24)]
public static Android.Icu.Util.ULocale? GetDefault(Android.Icu.Util.ULocale.Category? category);
[<Android.Runtime.Register("getDefault", "(Landroid/icu/util/ULocale$Category;)Landroid/icu/util/ULocale;", "", ApiSince=24)>]
static member GetDefault : Android.Icu.Util.ULocale.Category -> Android.Icu.Util.ULocale
Parameters
- category
- ULocale.Category
the category
Returns
the default ULocale for the specified category.
- Attributes
Remarks
Returns the current default ULocale for the specified category.
Android reference for android.icu.util.ULocale.getDefault.
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.