getAllAvailableLocales static method

List<String> getAllAvailableLocales()

Implementation

static List<String> getAllAvailableLocales() {
  return getAllLocales();
}