is there a way to get all available languages on the iphone just like in the settings app?
can’t find a method in NSLocales Class Reference.
thanks!
alt text http://dl.getdropbox.com/u/80699/Bildschirmfoto%202010-07-26%20um%2019.45.49.png
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, there is
[NSLocale availableLocaleIdentifiers]…EDIT: what do you mean by “I need the local identifiers”? Do you mean the NSLocale identifiers or the localized language names?
I fear the latter is not possible.