How to specify your webpage's language so Google Chrome doesn't offer to translate it.
Posted
by dreeves
on Stack Overflow
See other posts from Stack Overflow
or by dreeves
Published on 2010-06-05T13:29:24Z
Indexed on
2010/06/05
13:32 UTC
Read the original article
Hit count: 180
I have a page that Google Chrome insists on thinking is in French. Here's a snapshot of it:
http://yootles.com/outbox/overcleverchrome.html
Note that I'm including a meta http-equiv tag to tell it that it's in fact in English:
<meta http-equiv="Content-language" content="en">
But it doesn't help. Is there anything else I can do to prevent this?
© Stack Overflow or respective owner