Now uploaded to the wiki. It merges Uwe's and Helge's code and enables the
user to specify the language of the UI by creating and running a lyx.bat file:
@echo off
if "%LANG%"=="" SET LANG=fr_FR
"C:\Program Files\LyX\bin\lyx.exe" %~1 %~2 %~3 %~4 %~5 %~6 %~7 %~8 %~9
Similarly, we now have a reLyX.bat file:
@echo off
perl.exe "C:\Program Files\LyX\bin\reLyX" %~1 %~2 %~3 %~4 %~5 %~6 %~7 %~8 %~9
Uwe, I didn't do anythiing with your fonts stuff because I don't think it
should go on the same page as the UI language stuff and, more importantly,
becase I was unsure whether it was finished. Why don't you start making
patches against the stuff in CVS (BRANCH_1_3_X ;-)) and I'll start shoving
it in.
I've just got rid of all CamelCase file names. Let's stick with lower_case
ones.
Angus