Multiple Language Support (English/Spanish/French)

Hello all! I hope this year started great for all of you!

I want to create a Multi-language app, so users that speak Spanish or English can use it with no problem. What should I take into consideration since the beginning, in order to achieve this goal?

Thanks in advance!

Welcome to the community!!

You mean you want the app to be translated to both English and Spanish??

You’ll need to localize all the strings (text) in the app.

Here’s a good place to start

https://www.hackingwithswift.com/example-code/uikit/how-to-localize-your-ios-app

1 Like

Thanks Mikaela, yes that is exactly what I need.

I will review the article and try it out.
Thanks!

1 Like