Configure locales under Ubuntu
Thu, 12 Jan 2012 21:54:10 +0000
If you used to Debian you probably know that "dpkg-reconfigure locales" brings you locale selection tool. It's not the case for Ubuntu. How to replace Debian's behavior? Read below:
# grep pl_PL.UTF-8 /usr/share/i18n/SUPPORTED > /var/lib/locales/supported.d/local # dpkg-reconfigure locales Generating locales... pl_PL.UTF-8... done Generation complete.
Above example show how to add pl_PL.UTF-8 locale.