Tuesday, May 29, 2007

 

Locales in Ubuntu and Debian

It used to be a matter of dpkg-reconfigure locales to get the locales you want. Not any more. At least in Ubuntu you have to install the relevant language packs.
  1. apt-get install language-pack-et language-pack-en # Estonian and English
  2. update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 # set default to English

Comments: Post a Comment

<< Home

This page is powered by Blogger. Isn't yours?