"M.B. Schiekel" a �crit :
> 
> Well, another newbie question (Lyx 1.1.6 fix1, SuSE-Linux 7.2):
> I would like to work with the �english� version of Lyx despite of my
> $LANG=de_DE (because of german texts and other programs).
> So I copied the english bind-files and ui-file in my /home/xxx/.lyx
> bind- and ui-directories and set the right path in the
> lyx-preferences. But it doesn�t help - I always get the �german� lyx.
> Thank you for your help and understanding -
> bernhard
alias mylyx 'unsetenv LANG; lyx' ? [tcsh]
alias mylyx 'export  LANG=us; lyx' ? [sh but I am not sure]

it is a simple solution, I use it to change from development versions
and stable versions.

Beware because it is patented under number 3.14.15.92.7. But I allow you
to use it without royalties (c:

If you want to recover your $LANG=de_DE in your shell, just put
parenthesis around the commands and put it in background and it should
work. I would do this in tcsh :

alias monlyx 'unsetenv LANG ; lyx \!* & '

it should be easy to translate it in sh.

A+
-- 
      |\      _,,,---,,_  Emmanuel GUREGHIAN 
ZZZzz /,`.-'`'    -.  ;-;;,_   mailto:[EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'  
    '---''(_/--'  `-'\_)

Reply via email to