Returns an unmodifiable List containing all loaded Locales. @return All loaded Locales.
()
| 128 | * @return All loaded Locales. |
| 129 | */ |
| 130 | public static List<Locale> getLanguages() { |
| 131 | return Collections.unmodifiableList(languages); |
| 132 | } |
| 133 | |
| 134 | /** |
| 135 | * Translates a key with current Resource Bundle. |