Re: How to change locale



On Wed, Mar 07, 2001 at 10:55:35PM +0100, Germano Rizzo wrote:
> Hi!
>     how can I change 'on the fly' my locale? it's italian now, but I would
> like to be able to switch it to, say, en to take snapshot, or to any other
> languages to verify that I've installed correctly the po files...
>     Thanx,
>         Mano :)

setenv LANG en

or in bash
LANGUAGE=en
export LANGUAGE

then run your new program

Keld




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