Angus Leeming <[EMAIL PROTECTED]> writes: | ...is used, of course, to control l10n of the UI. (How about that for | jargon!) Trouble is, it's not very intuitive to Windows users. I wonder if | it would not be good to have a LyXRC::ui_language variable and get LyX to | set LANG if it isn't empty: > | + if (!lyxrc.ui_language.empty()) | + setEnv("LANG", lyxrc.ui_language); | +
This won't work on UNIX (we have more than one way to skin the cat there) -- Lgb