views:

56

answers:

2

Hi friends,

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

+2  A: 

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

Justin
+1, Thanks for the reply.
Pugal Devan
+1  A: 

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

Shaji
+1,Thanks for the Answer.
Pugal Devan