Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to make an iPhone application multi-lingual

Can anyone tell me the best way to go about making an iPhone application support multiple languages? I am going to put separate versions for each language in the App Store, but what is the best way to represent this in Xcode?

like image 829
brian Avatar asked Jan 16 '09 20:01

brian


1 Answers

Putting a separate app in the store for each language is NOT the way to go. The iPhone SDK handles multiple languages with grace, and you only need to have a single app with all the various translations. The iPhone's locale setting will direct your app as to which language to use.

like image 131
August Avatar answered Nov 09 '22 23:11

August