Lately I was confronted with the problem making Gallery2 (which I installed here) multilingual. Of course Gallery2 supports nearly “all” languages out of the box. The only additional thing you have to do is installing gettext and the corresponding locales. Apropos locales: I think that’s very well to say but how can you do this the command line way?
Firstly open the following file, find your favored locale and copy the line into the clipboard:
/usr/share/i18n/SUPPORTED
Now paste the previously selected locale into the following file:
/var/lib/locales/supported.d/local
Finally let the package manager update the new locale settings:
dpkg-reconfigure locales
That’s it!



0 Responses to “Adding locales to Ubuntu”