Locale.Root Property
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.
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.