MacOS – How to select preferred languages when I install applications from homebrew

homebrewinternationalizationmacos

How can I select preferred languages when I install applications from homebrew? Some applications (such as Firefox) have different binary versions for different languages. Is it possible to choose the languages that I prefer most/second most etc?

Best Answer

With --language:

brew cask install firefox --language=de

as pointed out here.