Hello,
I'm trying to set the language and the region of my UI Testing target, and unfortunately it doesn't seem to work.
I've tried both ways, first:
- Product | Scheme | Edit Scheme
- Run | Options
- Application Language: French
- Application Region: France
- Test | Arguments
Use the Run action's arguments and environment variables: Checked
And I try this other way:
- Product | Scheme | Edit Scheme
- Test | Arguments
- Use the Run action's arguments and environment variables: Unchecked
- Arguments passed at launch:
-AppleLanguages (French)
-AppleLocale fr_FR
Each way resulting in the UI Testing still happening in English. Moreover, when I hit the record button, the recording runs correctly in French...
So if I do something wrong, I would be happy to know!
Thanks in advance!