BreakIterator.GetLineInstance(Locale) Method

Definition

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

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

Parameters

locale
Locale

the desired locale

Returns

A break iterator for line breaks

Attributes

Exceptions

if where is null.

Remarks

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

Java documentation for java.text.BreakIterator.getLineInstance(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