How can I convert ISO-3 country code to ISO-2 country code. For example, I have a string value "USA" which needs to be converted to "US".
I'm getting the 3-digit country code from API (Microsoft.Phone.Maps.Services.MapAddress.CountryCode) as string value, after passing Latitude and Longitude of the location. I checked Windows Phone 8 API stack but couldn't find anything relevant.
Is that possible in Windows Phone 8? Any libraries available to do the same? Any help will be appreciated. Thanks.