Skip to content

Instantly share code, notes, and snippets.

@MichaelF25
Created July 15, 2018 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MichaelF25/f2b77de611a7e26d8fe82767a15dd672 to your computer and use it in GitHub Desktop.
Save MichaelF25/f2b77de611a7e26d8fe82767a15dd672 to your computer and use it in GitHub Desktop.
Apple MacOS default language for specific application
#!/bin/sh
# determine application identifier
mdls -name kMDItemCFBundleIdentifier /Applications/Outbank.app
# set german as default language (only for this app)
defaults write com.stoegerit.outbank.osx AppleLanguages '(de)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment