Jean-Marc Lasgouttes wrote: > While I am not sure about whre you are headed, here is a patch that > might help in the translation dept. It gets rid of the > setDefaultLanguage thing, and reuses the trick currently used in > i18nLibFileName that lets gettext itself tell us what is the currently > loaded mo file. This is something I have been wanting to do for a long > time. > > Only problem is that it breaks compilation in client/ and tex2lyx/. > > And maybe also that I have no tim e to test it right now :)
This looks like a good idea in general. Where I'm heading to, is to make LyX aware of manual LC_NUMERIC changes. So that LyX respects me requesting "LC_NUMERIC=C lyx". Currently, the value is overwritten by the LANG (or LANGUAGE?) setting. Unless I miss something, I don't think your patch changes that. Jürgen