I18N Gurus,

I am trying to find out if it is possible to configure Struts to ignore the brower's language but I can't seem to get it to work. I have set my browser's lang to Russian -- in struts-config I have:
<controller locale="false"/>
On the page I am just using:


<html>
...
<bean:message key="index.welcome"/>

</html>
The message tag always returns the value from Russian bundle -- I am trying to instead have it use the server's locale (en_US). Generally, I know, this is not what you would want -- I am just trying to figure out if it is possible to have Struts *not* use the value from the accept-header.


I have also tried using <html:lang="false"> but this doesn't seem to work either.

-Bill Siggelkow


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to