Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

A multi-language IOS app [closed]

Tags:

ios

swift

How to build a multi-language app? I already build one app but it’s English, I want to make it multi-language, and show the language depends on system language. Appreciate if you give a help!

like image 476
GoodluckH Avatar asked Mar 16 '23 08:03

GoodluckH


1 Answers

It's actually quite easy. You basically have a text file for each language you are supporting. Apple's documentation steps you through how to do it:

https://developer.apple.com/internationalization/

like image 79
Choppin Broccoli Avatar answered Mar 29 '23 14:03

Choppin Broccoli