NSLocale *locale = [NSLocale currentLocale];
NSString *countryCode = [locale objectForKey: NSLocaleCountryCode];
NSLocale *usLocale = [[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]
autorelease];
NSString *country = [usLocale displayNameForKey: NSLocaleCountryCode value:
countryCode];
NSString *countryCode = [locale objectForKey: NSLocaleCountryCode];
NSLocale *usLocale = [[[NSLocale alloc] initWithLocaleIdentifier:@"en_US"]
autorelease];
NSString *country = [usLocale displayNameForKey: NSLocaleCountryCode value:
countryCode];