public static BreakIterator getLineInstance (Locale locale)

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

Parameters:
locale    the desired locale

Returns:  A break iterator for line breaks

Exceptions:
NullPointerException    if locale is null