0

I want my app to detect iphone language automatically and changes my app language to the same.Can anybody help me with the code

motivation1
  • 131
  • 1
  • 11

2 Answers2

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.

Community
  • 1
  • 1
Dodo
  • 323
  • 1
  • 8
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