Pavel Sanda wrote:
alias lyxe="LANG=en lyx"
should do waht you want
Missing semicolon, try something like:
alias lyx="LANG=en;lyx"
why the semicolon ?
My mistake. A semicolon is usually necessary for
separation between different commands. Not in this
particular case though.
H
>> alias lyxe="LANG=en lyx"
>> should do waht you want
> Missing semicolon, try something like:
> alias lyx="LANG=en;lyx"
why the semicolon ?
pavel
Hellmut Weber wrote:
Hi,
After upgrading to 1.5.2, the interface language has changed from
English to Norwegian. It is because I use a Norwegian locale. But I
would like to have the English interface back. Do I have to run
"LANG=en lyx" every time now, or is there some nicer way to do it,
e.
Hi,
After upgrading to 1.5.2, the interface language has changed from English to
Norwegian. It is because I use a Norwegian locale. But I would like to have
the English interface back. Do I have to run "LANG=en lyx" every time now, or
is there some nicer way to do it, e.g. in the configuration
Torquil Macdonald Sørensen <[EMAIL PROTECTED]> writes:
> Hello,
>
> After upgrading to 1.5.2, the interface language has changed from English to
> Norwegian. It is because I use a Norwegian locale. But I would like to have
> the English interface back. Do I have to run "LANG=en lyx" every time n