09-26-06 06:23 PM
Hi,
We had a problem related to this.
Our problem was that we wanted the portal to ignore whatever the preffered l
anguage in the browser is. When a user hit the page as an anynomous user, he
should always see the norwegian version. I found this article:
http://www-128.ibm.com/developerwor...qbal_singh.html
.. that didn't help a bit, since we want to have control over the language
before the user logs in.
So, our solution was to add the following in the apache's (or IBM HTTP Serve
r, if you like) httpd.conf :
RequestHeader set Accept-Language "no"
This line will set the http header's Accept-Language to no (norwegian), i.e.
the browsers settings are overwritten.
I don't know if this is any help to you...
--------
Pål Jørgensen
[ Post a follow-up to this message ]
|