Connecting Tech Pros Worldwide Help | Site Map

How to set Firefox default language to test internationalization?

plenty900@yahoo.com
Guest
 
Posts: n/a
#1: Jun 27 '08
Hi folks,

I've altered the PHP underlying a website to support
a few languages other than English, but the Firefox version that
I'm using is of course the English-language one.
When I set the language in the preferences e.g. to French,
the website still thinks the browser is English. Is there a way
to properly change the browser language?

Thanks.
Jukka K. Korpela
Guest
 
Posts: n/a
#2: Jun 27 '08

re: How to set Firefox default language to test internationalization?


Scripsit plenty900@yahoo.com:
Quote:
I've altered the PHP underlying a website to support
a few languages other than English,
Meaning what?
Quote:
but the Firefox version that
I'm using is of course the English-language one.
Is that relevant? How?
Quote:
When I set the language in the preferences e.g. to French,
In the browser? Surely?
Quote:
the website still thinks the browser is English.
No it doesn't.
Quote:
Is there a way
to properly change the browser language?
That wouldn't be an _authoring_ problem, would it?

Please explain in concrete terms what you have done. Start from giving
us the URL. You probably need to reveal some PHP code too.

Followups trimmed to alt.html, since this does not seem to be about HTML
authoring in the strict sense applicable in c.i.w.a.h.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/

dorayme
Guest
 
Posts: n/a
#3: Jun 27 '08

re: How to set Firefox default language to test internationalization?


In article
<e22a08c1-6097-49b8-87ff-b15da3a4a735@d77g2000hsb.googlegroups.com>,
plenty900@yahoo.com wrote:
Quote:
the website still thinks the browser is English
Mori and his wife were dining in a Kosher restaurant in New York when
the manager spots them.

Hey, Mori! Good to see you.

Oy, Saul, I didn't know you went into the restaurant business? You were
in used cars back then, huh! Listen here, I am so impressed by how well
and politely your Chinese waiter speaks Yiddish!"

Ssshhi! I taught him - he is applying for American citizenship - he
thinks it is English.

--
dorayme
Roderik
Guest
 
Posts: n/a
#4: Jun 27 '08

re: How to set Firefox default language to test internationalization?


plenty900@yahoo.com schreef:
Quote:
Hi folks,
>
I've altered the PHP underlying a website to support
a few languages other than English, but the Firefox version that
I'm using is of course the English-language one.
When I set the language in the preferences e.g. to French,
the website still thinks the browser is English. Is there a way
to properly change the browser language?
>
Thanks.
Type in the address bar:
about:config

You will get a list of settings. Search for "en-" and you see some
language settings.
Rik Wasmus
Guest
 
Posts: n/a
#5: Jun 27 '08

re: How to set Firefox default language to test internationalization?


On Sat, 31 May 2008 17:45:35 +0200, <plenty900@yahoo.comwrote:
Quote:
I've altered the PHP underlying a website to support
a few languages other than English, but the Firefox version that
I'm using is of course the English-language one.
When I set the language in the preferences e.g. to French,
the website still thinks the browser is English. Is there a way
to properly change the browser language?
Euhm, I never had any trouble checking the Accept-Language header in PHP&
altering my preferences with FireFox...? Another language to the top / as
prefered was perfectly reflected in that header. If yours doesn't, search
for, and possibly file, a bug report. Unless you are mistakingly trying to
parse the User-Agent string for language-indications. In which case: don't.

Test:
1) English on top, Dutch as second:
Accept-Language: en-gb,en;q=0.7,nl;q=0.3

2) German on top, French as second
Accept-Language: de,fr;q=0.5

No problems here. I do seem to have an old version (2.0.0.14), can't
imagine they broke in further releases though, will check tomorrow with
FF3.

(dropped alt.html, newsserver doesn't carry it).
--
Rik Wasmus
....spamrun finished
Michael Fesser
Guest
 
Posts: n/a
#6: Jun 27 '08

re: How to set Firefox default language to test internationalization?


..oO(Rik Wasmus)
Quote:
>On Sat, 31 May 2008 17:45:35 +0200, <plenty900@yahoo.comwrote:
Quote:
>I've altered the PHP underlying a website to support
>a few languages other than English, but the Firefox version that
>I'm using is of course the English-language one.
>When I set the language in the preferences e.g. to French,
>the website still thinks the browser is English. Is there a way
>to properly change the browser language?
>
>Euhm, I never had any trouble checking the Accept-Language header in PHP &
>altering my preferences with FireFox...? Another language to the top / as
>prefered was perfectly reflected in that header. If yours doesn't, search
>for, and possibly file, a bug report. Unless you are mistakingly trying to
>parse the User-Agent string for language-indications. In which case: don't.
>
>Test:
>1) English on top, Dutch as second:
> Accept-Language: en-gb,en;q=0.7,nl;q=0.3
>
>2) German on top, French as second
> Accept-Language: de,fr;q=0.5
>
>No problems here. I do seem to have an old version (2.0.0.14), can't
>imagine they broke in further releases though, will check tomorrow with
>FF3.
It could also be a bug in his script. If you parse the Accept-Language
header, you should also take the quality parameters into account or you
might get unexpected results.

Micha
gitelapasserelle@gmail.com
Guest
 
Posts: n/a
#7: Jul 27 '08

re: How to set Firefox default language to test internationalization?


On 3 juin, 14:55, Michael Fesser <neti...@gmx.dewrote:
Quote:
.oO(Rik Wasmus)
>
>
>
Quote:
On Sat, 31 May 2008 17:45:35 +0200, <plenty...@yahoo.comwrote:
Quote:
I've altered the PHP underlying a website to support
a few languages other than English, but the Firefox version that
I'm using is of course the English-language one.
When I set the language in the preferences e.g. to French,
the website still thinks the browser is English. Is there a way
to properly change the browser language?
>
Quote:
Euhm, I never had any trouble checking the Accept-Language header in PHP& *
altering my preferences with FireFox...? Another language to the top / as *
prefered was perfectly reflected in that header. If yours doesn't, search *
for, and possibly file, a bug report. Unless you are mistakingly trying to *
parse the User-Agent string for language-indications. In which case: don't.
>
Quote:
Test:
1) English on top, Dutch as second:
* *Accept-Language: en-gb,en;q=0.7,nl;q=0.3
>
Quote:
2) German on top, French as second
* *Accept-Language: de,fr;q=0.5
>
Quote:
No problems here. I do seem to have an old version (2.0.0.14), can't *
imagine they broke in further releases though, will check tomorrow with *
FF3.
>
It could also be a bug in his script. If you parse the Accept-Language
header, you should also take the quality parameters into account or you
might get unexpected results.
>
Micha
Hello
use Quick Locale Switcher 1.6.5.9 extension for firefox maybe
https://addons.mozilla.org/fr/firefox/addon/1333
Closed Thread