Partager via


ULocale.Default Property

Definition

Returns the current default ULocale.

public static Android.Icu.Util.ULocale? Default { [Android.Runtime.Register("getDefault", "()Landroid/icu/util/ULocale;", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getDefault", "()Landroid/icu/util/ULocale;", "", ApiSince=24)>]
static member Default : Android.Icu.Util.ULocale

Property Value

the default ULocale.

Attributes

Remarks

Returns the current default ULocale.

The default ULocale is synchronized to the default Java Locale. This method checks the current default Java Locale and returns an equivalent ULocale.

Java documentation 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.

Applies to