P
Phil Powell
I have a case whereby a webpage will, for some bizarre reason, display
in Spanish even though the end-user is insisting that they are not
changing their IE language settings; when they refresh the page it
reverts back to English and stays that way.
I am tasked with investigating as to why this has ever occurred as it
seems to occur with one particular JSP page that is reading initially
from
String acceptedLang = (String) request.getHeader("accept-language");
Has anyone out there ever encountered anything like this before?
Please let me know.
Thanks
Phil
in Spanish even though the end-user is insisting that they are not
changing their IE language settings; when they refresh the page it
reverts back to English and stays that way.
I am tasked with investigating as to why this has ever occurred as it
seems to occur with one particular JSP page that is reading initially
from
String acceptedLang = (String) request.getHeader("accept-language");
Has anyone out there ever encountered anything like this before?
Please let me know.
Thanks
Phil