My apps provide both Japan and English localization stuffs.
However, some users prefer to use en.lproj resources of my app, even their current iPhone is using Japan as default language, is it possible?
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.
You can’t, not by default. You could roll your own localization stuff, but that would probably be a nightmare.
Old answer:
Have the resources copied directly into the
Resourcesfolder instead of being inen.lproj(i.e., don’t localize them).