Matthew Toseland skrev: > Does the new windows installer set up Freenet to use the correct language? > Obviously it asks you, but after that does the node use the correct language? > And does it pick up the system locale in the first place? IIRC the language > selection isn't very obvious?
Yes, it does! I just mentioned this in another reply to you about the language IDs? Upon loading, the Windows installer automatically pre-selects the correct translation according to the OS locale. If no match is found, it falls back to English. The language box is located at the top of the main GUI as in this screenshot: http://privat.zero3.dk/FreenetInstaller_Snapshot.png When the user selects another language from the drop-down box, the GUI is immediately translated into that language. I don't think it can be much more simple and intuitive than that. This value is also passed on to the node via "node.l10n=Deutsch" (example for German) in freenet.ini. (I don't think that specifying a language by the localized name is ideal, but that seems to be how the node wants it. I *did* ask if this could be changed to standardized language IDs a while ago...) Ian Clarke skrev: > Why can't the Windows installer get the language from the OS? > > Ian. It can - and does. See above. Matthew simply *asked* if it does or does not. - Zero3