macOS 下自定义 应用 app的语言

自己一直是在用命令行搞定这个比如这样:

$ mdls -name kMDItemCFBundleIdentifier /System/lications/Photos.app
kMDItemCFBundleIdentifier = "com.apple.Photos"
$ defaults write com.apple.Photos AppleLanguages '("zh_CN")’

今天发现在10.15.6里面可以这样,也不知道什么时候可以这样设置了

比如我的操作系统默认是英语,而我个别应用想使用中文,现在方便多了。如下操作即可。

1. From the Apple menu, choose "System Preferences"

2.Select Language & Region

3. Select "Apps"

4.Chose your app and Language

 

操作系统信息如下:

 

胜象大百科