Matthew Toseland wrote: > Does autodetecting the language from the OS work in the wininstaller now? If > not, what do we need to do to make it work? What kind of language codes will > Windows return us?
Autodetecting has always worked in the wininstaller, but the setting passed on to fproxy has been more or less guesswork. At the moment the localized name of the language will be passed on via freenet.ini. This is highly unsuitable and will only work in some lucky cases. Windows gives us a Windows locale code consisting of 4 hexadecimal characters (see http://www.autohotkey.com/docs/misc/Languages.htm). To make it work, fproxy should either accept these Windows locale codes or someone should build a mapping file that can map these codes to something else. - Zero3 _______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
