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!
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/