Actually both require you to change a language setting and Reboot the computer. Whats so hard about that?
OK, so Windows needs MUI Packs for additional languages, but atleast you can add/remove those packs/languages
to save HD space. with OSX its built-in and sucks up space whether you use ot or not.
Removes all OS X languages but English.OK, so Windows needs MUI Packs for additional languages, but atleast you can add/remove those packs/languages
to save HD space. with OSX its built-in and sucks up space whether you use ot or not.
sudo find / -iname "*.lproj" -and \! -iname "en*" -print0 | tee /dev/stderr | sudo xargs -0 rm -rfv



