Link to home
Start Free TrialLog in
Avatar of Mr_Fulano
Mr_FulanoFlag for United States of America

asked on

Multi-language App

Hi, I'm using Objective-C to develop an App for the iPhone. I would like to build my App in two different languages. The output will be the same message in all languages, but simply in the user's language of choice. - For example - "Mary had a little lamb..." will be in the user's native language.

Is there a simple way to do this, other than writing two different Apps?

Can anyone provide a simple example or perhaps a tutorial on how to write output to the user in multiple languages?

Ideally, I would like the user to be able to select his/her language of choice upon initiating the App. How can this be accomplished in XCode?

Thanks,
Fulano
ASKER CERTIFIED SOLUTION
Avatar of darbid73
darbid73
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Mr_Fulano

ASKER

Excellent!!! Very good approach and actually quite simple.
Thank you darbid73. This was exactly what I was hoping for!