Last active
June 8, 2016 05:47
-
-
Save confluencepoint/4658079 to your computer and use it in GitHub Desktop.
OS X - Change the App language - the hard way
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
defaults write $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/xxxxxxxx.app) AppleLanguages "(en, de)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment