LoginSignup
18
16

More than 5 years have passed since last update.

OSXで特定のアプリケーションだけを英語で起動する

Last updated at Posted at 2014-01-25

OSXの言語を日本語のままで特定のアプリケーションだけを英語で起動する方法

defaults write -app アプリケーション名 AppleLanguages "(en, ja)"

例えば SourceTree を英語で起動するならこうする

defaults write -app SourceTree AppleLanguages "(en, ja)"

元に戻すときはこうする。

defaults delete -app アプリケーション名 AppleLanguages
18
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
16