Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I test my iOS application, using Xcode, in another language without changing my language preferences on my iPhone?

I have an application that I would like to test in another language. Using Xcode is there a way to test the application in another language without changing my language preferences on my iPhone?

like image 651
mcphersonjr Avatar asked Oct 20 '25 02:10

mcphersonjr


1 Answers

It is very simple. In Xcode go to menu "Product" and Alt + click on "Run..." menu item.

This will open schemes. On "Run" scheme open "Options" tab. Select "Application Language" and Run.

enter image description here

like image 152
Matej Ukmar Avatar answered Oct 22 '25 17:10

Matej Ukmar