Possible Duplicate:
Getting current device language in iOS?
I have an app which uses a tab bar controller with two views. In the first tab, I have taken all of the text fields and localized them. In the second tab, I want to place a translated HTML file for help/instructions on using my app. I have one file for each of the six languages that my app supports.
How can I tell what language the iOS has chosen based on location, so I can load the correct file into the web view?
I have searched Google and SO, and found nothing specific to this question.