OK, know I see. Like I use PHP
PHP Code:
header("Content-Type: application/xhtml+xml; charset=utf-8");
to send out the HTTP header
Code:
Content-Type: application/xhtml+xml; charset=utf-8
and have this tag in my page heads
HTML Code:
<meta http-equiv='Content-Type' content='application/xhtml+xml; charset=utf-8' />
you're talking about the HTTP header
Code:
Content-Language: en
(my server's default), and it's corresponding meta hhtp-equiv tag.
I've never used one, my US-centric ignorance I guess, so I'm glad they're obsolete
Bookmarks