Does IE7 and Google Chrome support the response header "Content-Language"? I am setting this in my application in to the response header for page requests. The header is recognised in ie8, ie9 and FF4 where the following css trick works:
h1:lang(en) { font-weight: bold; }
h1:lang(es) { font-weight: normal; color: #FF0000; }
However in IE7 and chrome, the css is not applied to particular elements.