public static BreakIterator getSentenceInstance (Locale locale)

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

Parameters:
locale    the desired locale

Returns:  A break iterator for sentence breaks

Exceptions:
NullPointerException    if locale is null