Reputation: 745
I would like to know how to add more languages to my app. My app allows user to choose different languages on settings tab, but is there any way different as multiply views by number of languages?
This assuming a multilanguage app but, can an app be submitted on app store with different languages? In this case, user will choose desired language to download! possible?? Thank you
Upvotes: 0
Views: 917
Reputation: 40621
You should provide fully localized version of application to App Store
If you need to change UI layout, elements position, you can do it
see this: http://www.icanlocalize.com/site/tutorials/iphone-applications-localization-guide/
see also:
http://developer.apple.com/internationalization/
http://www.raywenderlich.com/2876/how-to-localize-an-iphone-app-tutorial
Upvotes: 2