harmel wrote: > have done, but itwork not. I'm not sure exactly what you mean, so forgive me if I try and guess. Do you mean that you would like LyX's menus to appear in German but currently they appear in English? Something like the attached?
To obtain this you must set the LANG environment variable. On a unix
machine I'd input this at the command line:
$ LANG=de_DE.ISO-8859-1
$ export LANG
I've no idea how to do this under Windows ;-) (Note that the '.ISO-8859-1'
part is optional. Everything works here with LANG=de_DE.)
You also need to ensure that you have the translation file lyx.mo and that
it is installed in the right place (so that LyX can find it). You should
find it at ${PREFIX}/share/locale/de/LC_MESSAGES/lyx.mo where $PREFIX is
the base of the path to your lyx instalation. (The LyX executable is found
at ${PREFIX}/bin/lyx on a unix machine.)
Note that I am using unix style '/' here. You would use '\' of course.
Is this the information you were looking for?
--
Angus<<attachment: snapshot1.png>>
