Hi Johannes,

This should be fixed for 3.1.8... I had the same wish, so I changed
something - unfortunately, I can't remember what, but setting

        language="en";

in localprefs.js works for me.

Kim 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Johannes Brodwall
> Sent: den 7 februari 2004 19:59
> To: [EMAIL PROTECTED]
> Subject: [DQSD-Devel] Change request: userLanguage should 
> probably be browserLanguage
> 
> 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