BreakIterator.GetCharacterInstance(Locale) Method

Definition

Returns a new BreakIterator instance for character breaks for the given locale.

[Android.Runtime.Register("getCharacterInstance", "(Ljava/util/Locale;)Ljava/text/BreakIterator;", "")]
public static Java.Text.BreakIterator? GetCharacterInstance (Java.Util.Locale? locale);
[<Android.Runtime.Register("getCharacterInstance", "(Ljava/util/Locale;)Ljava/text/BreakIterator;", "")>]
static member GetCharacterInstance : Java.Util.Locale -> Java.Text.BreakIterator

Parameters

locale
Locale

the desired locale

Returns

A break iterator for character breaks

Attributes

Remarks

Returns a new BreakIterator instance for character breaks for the given locale.

Java documentation for java.text.BreakIterator.getCharacterInstance(java.util.Locale).

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