public static synchronized Locale[] getAvailableLocales ()

Returns an array of all locales for which the get*Instance methods of this class can return localized instances. The returned array represents the union of locales supported by the Java runtime and by installed BreakIteratorProvider implementations. It must contain at least a Locale instance equal to Locale.US.

Returns:  An array of locales for which localized BreakIterator instances are available.