Skip to content

Instantly share code, notes, and snippets.

@yllan
Created November 13, 2012 10:48
Show Gist options
  • Select an option

  • Save yllan/4065172 to your computer and use it in GitHub Desktop.

Select an option

Save yllan/4065172 to your computer and use it in GitHub Desktop.
Set the iTunes Language
# 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