Locale.Root Property

Definition

Useful constant for the root locale.

[Android.Runtime.Register("ROOT")]
public static Java.Util.Locale? Root { get; }
[<Android.Runtime.Register("ROOT")>]
static member Root : Java.Util.Locale

Property Value

Attributes

Remarks

Useful constant for the root locale. The root locale is the locale whose language, country, and variant are empty ("") strings. This is regarded as the base locale of all locales, and is used as the language/country neutral locale for the locale sensitive operations.

Added in 1.6.

Java documentation for java.util.Locale.ROOT.

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