I have to get the current country in the iPhone settings. Can anyone tell me how to get the current country in iPhone application.
I have to use the current country for parsing the RSS feed in which I need to pass the current country.
Please help me out to find the country .
Thanks in advance.
If you're testing and want to use a different language from your system, it's easiest to change your scheme's
Application Language
andApplication Region
options instead of changing the language and region on your device or simulator.Go to
Product
->Scheme
->Edit Scheme...
->Run
->Options
and choose theApplication Language
andApplication Region
you want to test.From the iOS Documentation: Testing Your Internationalized App