I created one apps and successfully submitted into AppStore. Now my client wants to support multi language like Portuguese, French, Chinese, etc., into my apps. How do i create multi language supports in my application?, Is there any sample application or tutorials available?. Is it possible to create multi language in iPhone?. (I have seen in my device, settings -> general -> International -> Language -> Choose Language Options). But it does affect all the application in my device. But its not solution for that. So how do i create?

Please Guide me!

Thanks

link|improve this question

69% accept rate
feedback

2 Answers

up vote 2 down vote accepted

You'll need to internationalize your app using multiple XIBs and/or strings files. I strongly recommend reading Apple's documentation on the process.

link|improve this answer
+1, Thanks for the reply. – Pugal Aug 10 '10 at 17:13
feedback

Yes. You can support multiple languages. Most of the information is here http://developer.apple.com/internationalization/

link|improve this answer
+1,Thanks for the Answer. – Pugal Aug 10 '10 at 17:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.