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!
November 15, 2009 at 6:13 pm
Thank you, this was very helpful!
December 18, 2009 at 2:29 pm
Thanks!! LES IS MORE
in this case, it is very useful!