Skip to content

Instantly share code, notes, and snippets.

@MichaelF25
Created July 15, 2018 15:35
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