You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
yes. I mean in lib must be properties files for some locales. Because JDK have not all countries and not all countries have translation for other languages
Now for get display country name i must wite something like this:
String countryName = new Locale("", countryCode).getDisplayCountry(systemConfig.getLocale());
In JDK class Locale there is translates country names for some languages (English, Russian), but not all.
I use CountryCode, but for display country name i must use class Locale.
The text was updated successfully, but these errors were encountered: