473,403 Members | 2,222 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,403 software developers and data experts.

How to set Firefox default language to test internationalization?

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.
Jun 27 '08 #1
6 6555
Scripsit pl*******@yahoo.com:
I've altered the PHP underlying a website to support
a few languages other than English,
Meaning what?
but the Firefox version that
I'm using is of course the English-language one.
Is that relevant? How?
When I set the language in the preferences e.g. to French,
In the browser? Surely?
the website still thinks the browser is English.
No it doesn't.
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/

Jun 27 '08 #2
In article
<e2**********************************@d77g2000hsb. googlegroups.com>,
pl*******@yahoo.com wrote:
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
Jun 27 '08 #3
pl*******@yahoo.com schreef:
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.
Jun 27 '08 #4
On Sat, 31 May 2008 17:45:35 +0200, <pl*******@yahoo.comwrote:
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
Jun 27 '08 #5
..oO(Rik Wasmus)
>On Sat, 31 May 2008 17:45:35 +0200, <pl*******@yahoo.comwrote:
>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
Jun 27 '08 #6
On 3 juin, 14:55, Michael Fesser <neti...@gmx.dewrote:
.oO(Rik Wasmus)
On Sat, 31 May 2008 17:45:35 +0200, <plenty...@yahoo.comwrote:
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
Hello
use Quick Locale Switcher 1.6.5.9 extension for firefox maybe
https://addons.mozilla.org/fr/firefox/addon/1333
Jul 26 '08 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

22
by: Keith MacDonald | last post by:
Hello, Is there a portable (at least for VC.Net and g++) method to convert text between wchar_t and char, using the standard library? I may have missed something obvious, but the section on...
6
by: Mark Olbert | last post by:
The doPostBack javascript functioning is not submitting the page when called by linkbuttons (or an autopostback checkbox, for that matter). I'm aware of a problem with Netscape browsers and the...
1
by: KPS | last post by:
I'm attempting to create a simple treeview-like behavior in JavaScript. The desired behavior happens in IE but I cannot get the same to happen in FireFox. The primary thing I want to accomplish...
5
by: toldyouso | last post by:
The following script works in IE but in Firefox errors with the msg Enumerator is not defined. <html> <head> <meta name="vs_defaultClientScript" content="JavaScript"> <script...
9
by: Dave | last post by:
Hi, I've been trawling the web for answer to my problem with no luck although I'm hardly alone it seems! Below is the generated source for an ASP page that posts a value called 'album' to...
7
by: 80s.arcade | last post by:
Hi. Please take a look at this page: http://tinyurl.com/s2l8w In IE6, putting the mouse on each of the two items highlights the word in a blue (different image) and shows a tool tip. In...
3
by: plenty900 | last post 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...
1
by: littlealex | last post by:
IE6 not displaying text correctly - IE 7 & Firefox 3 are fine! Need some help with this as fairly new to CSS! In IE6 the text for the following page doesn't display properly - rather than being...
5
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hallo, I have a radiobuttonlist control that is added on a custom Web User Control. This control has a property that exposes the SelectedIndex property of the embedded radiobuttonlist. When...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.