What dpkg-reconfigure locales become in ubuntu
January 25, 2007
Leave a comment
On debian:
dpkg-reconfigure locales
On ubuntu:
cat /usr/share/i18n/SUPPORTED | grep fr > /var/lib/locales/supported.d/local
dpkg-reconfigure locales
update-locale LANG=fr_FR.UTF-8