I'm brazilian and Google Chrome always show that bar saying that my pages are in English, but are not...
My DOCTYPE:
and a screenshot:HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pt-BR">
Is there anything else to make the browser identify which language the page?HTML Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="pt-BR"> <head> <title>Teste pt-BR</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <h1>teste de conteúdo em pt-BR</h1> <p>Este texto é o único conteúdo do site e está em pt-BR</p> </body> </html>
Thanks.




Reply With Quote



Bookmarks