Am Montag, den 18.07.2005, 13:10 +0200 schrieb Nicolas Vervelle: > Miguel wrote: > > >[snip] > > > >Christoph, > > > >I thought that you could do it by saying > > > > java -Duser.language=en -jar Jmol.jar
It works. I'm sorry, but I cannot reproduce any buggy behaviour, not with Linux nor Windows (both with Sun Java 1.4.2_08). java -Duser.language=en -jar ./Jmol.jar shows the original strings java -Duser.language=de -jar ./Jmol.jar shows the German localization java -Duser.language=es -jar ./Jmol.jar shows the Spanish localization ... so it is working perfectly for me. > >HOWEVER ... I just tried it and it does not work any more. I assume that > >this is because of the i18n/l10n work that was recently done. I have absolutely no idea, why it should fail. The only thing I locally changed is the small part in target="classes" (see build.xml) for testing internationalisation purposes. BTW: Strings should be removed from *.properties files, if internationalisation is working correctly. Regards, Daniel ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
