iOS Question Easy way to get iso country code?

nwhitfield

Active Member
Licensed User
Longtime User
I'm using iLocation to get a user's location and allow them to 'check in'

However, it looks like the Country attribute of a placemark is localised - probably to the language of the device. Certainly, I'm seeing things like 'España' appearing in my back-end database, rather than Spain.

The documentation for the Placemark object suggests there's an isoCountryCode attribute, but this doesn't appear to be exposed via B4i. Is there a way to get it?
 
Top