Created
November 13, 2012 10:48
-
-
Save yllan/4065172 to your computer and use it in GitHub Desktop.
Set the iTunes Language
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
| # Add | |
| defaults write $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/iTunes.app) AppleLanguages "(zh_TW, en)" | |
| # Remove | |
| defaults delete $(mdls -name kMDItemCFBundleIdentifier -raw /Applications/iTunes.app) AppleLanguages | |
| # One Time | |
| /Applications/iTunes.app/MacOS/iTunes -AppleLanguages "(zh_TW, English)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment