I’m brazilian and Google Chrome always show that bar saying that my pages are in English, but are not…
My DOCTYPE:
<!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">
and a screenshot:
<!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>
Is there anything else to make the browser identify which language the page?
Thanks.
It works!
But… now does not suggest any translation. What if… Tomorrow I make a page that needs translation suggestion, but in the case of pt_BR to en_US?
Do you have any tag to make the suggestion?
Thanks.