How to install language support for Ubutnu:
If you want to add additional locales on your Ubuntu installation, check this out! Â Go to the locales folder:
$ cd /usr/share/locales
In that directory is a script to add a new locale or language pack. Â If you want to find out which language pack to install you can look at the /etc/locale.alias file. Â To install, for examples, Â Italian language support on Ubuntu, just run this command:
$ ./install-language-pack it_IT
Followed by:
$ dpkg-reconfigure locales
That’s it! Repeat these steps for any other locale you need.