When a user adds an event into my app, they set the location using the GooglePlacePicker - but this always displays the country as a two digit code.
I'd like to be able to convert this to a full country name, as another part of the app will allow the user to filter events by country, and I was going to use a dropdown where thye can see full country names, rather than just the 2 digit codes.