Home Change Microsoft Office language on macOS
Post
Cancel

Change Microsoft Office language on macOS

office english

We can do this by using terminal:

1
2
3
defaults write com.microsoft.Excel AppleLanguages '("zh-CN")'
defaults write com.microsoft.Word AppleLanguages '("zh-CN")'
defaults write com.microsoft.Powerpoint AppleLanguages '("zh-CN")'

Change zh-CN to your Target language。

office Chinese

This post is licensed under CC BY 4.0 by the author.