When a user signs into my website using Facebook I can get the 'locale' from the Facebook API. How do I get the country name though? I wish to display the name of the country efficiently. Currently 'locale' gives me only the country code 'en_GB'.
I do not wish to create a switch statement converting every country code to a country name as I would like a more efficient approach. Is the country name available from the API?