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.g. in the configuration files? There is an empty "LANGUAGE
SUPPORT" section in ~/.lyx/preferences, but I don't know if it's
related.
There is currently no way to set the language from the preferences.
What about defining an alias in your .bashrc file
alias lyxe="LANG=en lyx"
should do waht you want
Missing semicolon, try something like:
alias lyx="LANG=en;lyx"
Helge Hafting