Skip to content

Instantly share code, notes, and snippets.

@koke
Created October 18, 2019 09:23
Show Gist options
  • Save koke/e3106e4531e40d2ba423b76ad789caff to your computer and use it in GitHub Desktop.
Save koke/e3106e4531e40d2ba423b76ad789caff to your computer and use it in GitHub Desktop.
Change languages on iOS Simulator
$ 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