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
You should be able to use Currency.getInstance(new Locale("",code)), with a possible Exception if the country code isn't valid.
Currency.getInstance(new Locale("",code))