Simple way to Get the current locale on Mac OS
To get the currently selected locale:
defaults read NSGlobalDomain AppleLocale
To get the array of preferred languagesĀ
defaults read NSGlobalDomain AppleLanguages
defaults read NSGlobalDomain AppleLocale
To get the array of preferred languagesĀ
defaults read NSGlobalDomain AppleLanguages

