I have a problem getting a country\'s currency code. My task is to get the user\'s location, find out what country he is right now and get this country\'s currency code. Her
String lang = Locale.getDefault().getDisplayLanguage(); Locale locale = new Locale(lang, COUNTRY_YOU_HAVE);