예제 #1
0
 /**
  * Lists all the locales that are supported.
  *
  * <p>The locale 'en_US' will always be present.
  *
  * @return an array of locales for which localization is supported
  */
 public static Locale[] getAvailableLocales() {
   return DecimalFormatSymbols.getAvailableLocales();
 }