Question
Convert geolocation to local currency.
Can somebody recommend an easy way to convert location coordinates (latitude and longitude) returned by geolocation into name of the local currency?
Example:
GetLocalCurrencyFromLocation(34, -111) returns "USD"
Thank you.
