Created
October 18, 2019 09:23
-
-
Save koke/e3106e4531e40d2ba423b76ad789caff to your computer and use it in GitHub Desktop.
Change languages on iOS Simulator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ xcrun simctl spawn booted defaults write 'Apple Global Domain' AppleLocale -string es_ES | |
$ xcrun simctl spawn booted defaults write 'Apple Global Domain' AppleLanguages -array es | |
$ killall -HUP SpringBoard |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment