IOS multilingual app
How do I create a multilingual application? I am already creating one application, but its English, I want to make it multilingual and show that the language depends on the system language. Appreciate if you help!
+3
Assen robin
source
to share
1 answer
It's actually pretty simple. You basically have a text file for every language you support. Apple's documentation shows you how to do this:
https://developer.apple.com/internationalization/
+6
Choppin broccoli
source
to share