OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Debian => Topic started by: flux on November 18, 2007, 11:53:16 pm

Title: Localisation
Post by: flux on November 18, 2007, 11:53:16 pm
just added in wiki for   locales - glic-2.7

apt-get install belocs-locales-data belocs-locales-bin

dpkg-reconfigure belocs-locales-bin

echo "export LC_ALL=fr_FR@euro" >> ~/.profile    (or whatever locale you chose)

logout / login
Title: Localisation
Post by: jpmatrix on November 19, 2007, 01:05:27 pm
gotcha! merci

don't forget to set your sources.list to gnuab before applying this tip

after it just works great!
Title: Localisation
Post by: Vitel on November 19, 2007, 02:58:58 pm
Quote from: flux
echo "export LC_ALL=fr_FR@euro" >> ~/.profile    (or whatever locale you chose)
I think it'd be better to do
Quote
echo "LANG=fr_FR@euro" >> /etc/environment
Title: Localisation
Post by: dlj0 on November 20, 2007, 12:05:33 am
This all seemed to work.  Thanks, folks.