M
MarkMurphy
In a barebones website with one page, checking
HttpContext.Current.Request.UserLanguages.Length in Page_Load of an
ASPX page in the VS IDE in codebehind shows a value of 1. Then when I
refresh the page with F5 from the browser it goes to the expected 16
-- the number of languages I have defined in IE6. I'm globalizing a
site and could swear this was working at one point. I use the value
at [0] to pick the user's language. On affected systems that will
default to English. The French Hate that ;-) It does not appear to
happen Netscape. It does happen across several client systems using
IE6.
Any ideas?
HttpContext.Current.Request.UserLanguages.Length in Page_Load of an
ASPX page in the VS IDE in codebehind shows a value of 1. Then when I
refresh the page with F5 from the browser it goes to the expected 16
-- the number of languages I have defined in IE6. I'm globalizing a
site and could swear this was working at one point. I use the value
at [0] to pick the user's language. On affected systems that will
default to English. The French Hate that ;-) It does not appear to
happen Netscape. It does happen across several client systems using
IE6.
Any ideas?