Eran
Eran

Reputation: 1712

Ipad app in different languages

What is the best way to localize my app to different countries/languages?
I would like the user to have an option to select the language he wants regardless of the country he is downloading from.

Thanks

Upvotes: 0

Views: 305

Answers (1)

Paweł Dyda
Paweł Dyda

Reputation: 18662

The best way is to provide your application with whatever set of languages is needed.
As for switching, the best way is to actually detect the language and use it. You should not implement some specific language switching method, I mean user should not be forced to choose the language again – (s)he already did during initial set up of the system.

Upvotes: 1

Related Questions