Gets the default Locale. @return the default Locale.
()
| 167 | * @return the default {@code Locale}. |
| 168 | */ |
| 169 | public static Locale getDefault() { |
| 170 | return defaultLocale; |
| 171 | } |
| 172 | |
| 173 | /** |
| 174 | * Gets the full country name in the default {@code Locale} for the country code of |