Hello there,
Even though my first language is norwegian, I prefer my computer to talk english to me, and most of my applications do. However, I found it hard to convince DQSD to do. Turns out that the navigator.userLanguage setting is pretty hard to modify. navigator.browserLanguage picks up whatever language is set first under IE Tools->Options->Languages.


Making DQSD use browserLanguage is a simple fix:

Line 240 in tools.js reads
   language = navigator.userLanguage.substr(0,2);
it should read
   language = navigator.browserLanguage.substr(0,2);


Thank you, ~Johannes


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ DQSD-Devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to