I want my app to detect iphone language automatically and changes my app language to the same.Can anybody help me with the code
Asked
Active
Viewed 262 times
2 Answers
1
This provides what you want:
How to get current language code with Swift?
It returns a language code, which can be used to determine the language.
0
You need to internationalise your App, it's a very common thing to do. Have a look at this tutorial

Kametrixom
- 14,673
- 7
- 45
- 62