Daily Shaarli

All links of one day in a single page.

2013 M06 10

Reconfigure local language in linux

command:
echo LANG=en_US.UTF-8 >> /etc/locale.conf
echo LC_ALL=en_US.UTF-8 >> /etc/locale.conf
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US en_US.UTF-8
locale-gen fr_FR.utf8
dpkg-reconfigure locales