Collator.Instance 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.
Gets the Collator for the current default locale.
public static Java.Text.Collator? Instance { [Android.Runtime.Register("getInstance", "()Ljava/text/Collator;", "")] get; }
[<get: Android.Runtime.Register("getInstance", "()Ljava/text/Collator;", "")>]
static member Instance : Java.Text.Collator
Property Value
the Collator for the default locale.(for example, en_US)
- Attributes
Remarks
Gets the Collator for the current default locale. The default locale is determined by java.util.Locale.getDefault.
Java documentation for java.text.Collator.getInstance()
.
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.