View Single Post

  #12 (permalink)  
Old 01-10-07, 07:14 PM
Dantek Dantek is offline
New Member
 
Join Date: Aug 2007
Posts: 7
Default Language tag confusion

I read up a little on the language tag and I am confused on what to use (not a coder).

My page says it's "XHTML 1.0 Transitional".

I read this page: http://www.w3.org/International/tuto...language-decl/

I found these as options:

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<meta http-equiv="Content-Language" content="en" />

I would think using them all would insure language recognition (although, I think the first 2 overlap).

Which one(s) should I use?
Reply With Quote