How to set iOS Simulator Language when launching via simctl
问题 I am launching my app in the simulator using xcrun simctl . I would like to be able to set the language that the simulator launches with (ie. switch to French on one run, to Englash on another). Is there an option to do that? It used to be possible to use -AppleLanguages option to the Simulator, but that no longer appears to work (since Xcode 5.x). 回答1: Just figured this out myself: xcrun simctl launch <deviceid> <appid> -AppleLanguages "(en-GB)" or xcrun simctl launch <deviceid> <appid>