I was thinking of using RegionInfo.TwoLetterISORegionName to as a database attribute from which to get information about a country. Until I saw RegionInfoGeoId, which seems more robust.
Which would you store to support internationalization? How would you create a RegionInfo from a GeoId?
Cheers,
Berryl
Using P/Invoke and the GetGeoInfo function, you can get some information from a GeoID:
But, beware, you may not have a 1:1 correspondence between a Geographic location and a Region.