How to set Firefox default language to test internationalization?
Question posted by: plenty900@yahoo.com
(Guest)
on
June 27th, 2008 07:16 PM
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.
Would you like to answer this question?
Sign up for a free account, or Login (if you're already a member).
|
|
June 27th, 2008 07:16 PM
# 2
|
Re: How to set Firefox default language to test internationalization?
Scripsit Join Bytes!:
Quote:
Originally Posted by
I've altered the PHP underlying a website to support
a few languages other than English,
|
Meaning what?
Quote:
Originally Posted by
but the Firefox version that
I'm using is of course the English-language one.
|
Is that relevant? How?
Quote:
Originally Posted by
When I set the language in the preferences e.g. to French,
|
In the browser? Surely?
Quote:
Originally Posted by
the website still thinks the browser is English.
|
No it doesn't.
Quote:
Originally Posted by
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/
|
|
June 27th, 2008 07:16 PM
# 3
|
Re: How to set Firefox default language to test internationalization?
In article
<e22a08c1-6097-49b8-87ff-b15da3a4a735@d77g2000hsb.googlegroups.com>,
Join Bytes! wrote:
Quote:
Originally Posted by
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
|
|
June 27th, 2008 07:16 PM
# 4
|
Re: How to set Firefox default language to test internationalization?
Join Bytes! schreef:
Quote:
Originally Posted by
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.
|
|
June 27th, 2008 07:16 PM
# 5
|
Re: How to set Firefox default language to test internationalization?
On Sat, 31 May 2008 17:45:35 +0200, <plenty900@yahoo.comwrote:
Quote:
Originally Posted by
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
|
|
June 27th, 2008 07:16 PM
# 6
|
Re: How to set Firefox default language to test internationalization?
..oO(Rik Wasmus)
Quote:
Originally Posted by
>On Sat, 31 May 2008 17:45:35 +0200, <plenty900@yahoo.comwrote:
Quote:
Originally Posted by
>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
|
|
July 26th, 2008 11:25 PM
# 7
|
Re: How to set Firefox default language to test internationalization?
On 3 juin, 14:55, Michael Fesser <neti...@gmx.dewrote:
Quote:
Originally Posted by
.oO(Rik Wasmus)
>
>
>
Quote:
Originally Posted by
On Sat, 31 May 2008 17:45:35 +0200, <plenty...@yahoo.comwrote:
Quote:
Originally Posted by
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:
Originally Posted by
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:
Originally Posted by
Test:
1) English on top, Dutch as second:
* *Accept-Language: en-gb,en;q=0.7,nl;q=0.3
|
>
Quote:
Originally Posted by
2) German on top, French as second
* *Accept-Language: de,fr;q=0.5
|
>
Quote:
Originally Posted by
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
Not the answer you were looking for? Post your question . . .
182,200 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).
|
|
|
Top Community Contributors
|