Uwe Bonnes wrote:
[snip]
> Wouldn't allow a seperate DLL easier implementation of language
> dependant message?
> Wine could e.g. look for winemsg-de.dll when run with --language de
> and fall back to default english messages in winemsg.dll when
> winemsg-de.dll is not found ( or some wine.ini configuartion switch
> tells to use english messages).
Good point, would save a lot of run-time space. I'd suggest to use the
language-codes directly in the names (with or without sublanguages) and
symlink the default language (0,0) to English (or whatever). However,
there must be some kind of clever module management to cope with several
languages. Just let's hope that there aren't apps that read the messages
directly from the kernel module; oh well, they are bad apps anyway.
Greetings Bertho