public static BreakIterator getWordInstance (Locale locale)

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

Parameters:
locale    the desired locale

Returns:  A break iterator for word breaks

Exceptions:
NullPointerException    if locale is null