Click to See Complete Forum and Search --> : Website in two language? Is it possible to have two meta content tags...


Joachim_Joe
07-04-2006, 10:56 AM
My website is in to languages.

Can I have two meta tags?

<meta http-equiv="Content-Language" content="en-gb" />
<meta http-equiv="Content-Language" content="de" />

It seems to work.

Thanks for any replies.

felgall
07-04-2006, 04:41 PM
If you specify multiple tags like that then one of them will be ignored.

Set the main langiage for the page that way and use the lang attribute to specify the language for specific sections of the page.

<div lang="de">deutche</div>

Joachim_Joe
07-05-2006, 05:37 AM
Okay, thanks for the information!