Re: How to change locale



> or in bash
> LANGUAGE=en
> export LANGUAGE

I think this should be

  LANG=en
  export LANG

or simply

  export LANG=en

I usually just run

  (LANG=xx ; program)

from a shell myself when I need to switch language temporarily.

-- 
Ole Laursen 
http://sunsite.dk/olau/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]