NSLocale *locale = [NSLocale currentLocale];
NSString *countryCode = [locale objectForKey: NSLocaleCountryCode];
NSString *countryName = [locale displayNameForKey: NSLocaleCountryCode
value: countryCode]];
Blogged with the Flock Browser

May 30, 2009 at 1:53 pm
Thanks for the sample code. Very straightforward. Much appreciated
July 9, 2009 at 8:33 am
Thanks
Easy and nice code.
September 9, 2009 at 3:14 am
Thanks!