Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

LCID - Internet Explorer for Windows vs. for Macintosh

Status
Not open for further replies.

questhaven

Programmer
Mar 28, 2001
81
US
Hi there - I am having an issue with trying to read the LCID value from the Macintosh version of Internet Explorer. With IE for Windows this works fine:
<%
strAcceptLanguage = Request.ServerVariables(&quot;HTTP_ACCEPT_LANGUAGE&quot;)
Select Case LCase(strAcceptLanguage)
Case &quot;en-us&quot;
strLCID = 1033 ' English(United States)
End Select
Session.LCID = strLCID
%>

but for with IE for Macintosh I am getting an error message that says:
&quot;Invalid LCID&quot;

Does anyone know what could be causing this?

Thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top