The Wayback Machine - https://web.archive.org/web/20081201150752/http://www.webreference.com/html/tutorial29/3.html


spacer

Webref WebRef   Sitemap · Experts · Tools · Services · Newsletters · About i.com

home / experts / html / tutorials / 29 / 3

index1234567

HTTP for HTML Authors, Part II

Developer News
Mandrake Linux Founder Back, Virtually
Amazon: We're a Technology Company
Sun Expands MySQL With Closed Source

Specifying the content language

Content-Type is the most important header describing the content transferred through HTTP. In fact, every HTTP request or response that involves any kind of content other than headers and response codes must include a Content-Type header so that the receiving end can figure out what to do with what it's receiving.

However, there are a couple of other headers that might also be of interest to HTML authors. The most important one is called Content-Language and is used to specify the language of the document being transferred.

Note that the language is something related, but different, to the encoding. The language of the document is simply the human-spoken language the the document is written in. The document you are reading right now is written in Engish, so an appropriate Content-Language header for it would be something like the following:

Content-Language: en

If you're being particular about things, you might even what to specify that this document is written in American English and add a little local color (as opposed to local colour) with something like this:

Content-Language: en-US

As you may have gathered by now, languages are specified using a two-letter language code as defined by ISO, followed by an optional dash and a modifier indicating a variant of the language.

The way to pick the language you send with the Content-Language header is to think about what language your audience must be fluent in in order to understand the document. So a document written in English with a couple of phrases in French put in to express abstract ideas or to impress members of the opposite sex would still only have the en language specified. On the other hand, a document which contains, for instance, a international treaty written in both English and French would have to specify that the reader can enjoy (or not, as the case may be) the document whether he speaks English or French. In this case, you can specify multiple languages separated by commas, like so:

Content-Language: en, fr

Specifying the content language can have many uses. One of them is content negotiation, which we'll discuss next. Another, very important use is for non-browser user agents. An example would be a search engine robot that could know that your document was written in a specific language and will return it as a result for searches of documents in the specific language; most search engine support this feature, so setting up your Web server to send the right language as part of the HTTP request will help your search engine rankings.

index1234567

Next Page...

http://www.internet.com/

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info

Copyright 2008 Jupitermedia Corporation All Rights Reserved.

Legal Notices, Licensing, Reprints, Permissions, Privacy Policy.
Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Whitepapers and eBooks

Intel Whitepaper: Comparing Two- and Four-Socket Platforms for Server Virtualization
IBM Solutions Brief: Go Green With IBM System xTM And Intel
HP eBook: Simplifying SQL Server Management
IBM Contest: Are You the Next Superstar? Join the "Search for the XML Superstar" Contest to Find Out
Microsoft PDF: Top 10 Reasons to Move to Server Virtualization with Hyper-V
Microsoft PDF: Six Reasons Why Microsoft's Hyper-V Will Overtake Vmware
Microsoft Step-by-Step Guide: Hyper-V and Failover Clustering
Intel PDF: Quad-Core Impacts More Than the Data Center
Intel PDF: Virtualization Delivers Data Center Efficiency
Go Parallel Article: PDC 2008 in Review
Microsoft PDF: Top 11 Reasons to Upgrade to Windows Server 2008
Avaya Article: Communication-Enabled Mashups: Empowering Both Business Owners and IT
Intel Whitepaper: Building a Real-World Model to Assess Virtualization Platforms
  PDF: Intel Centrino Duo Processor Technology with Intel Core2 Duo Processor
Microsoft Article: Build and Run Virtual Machines with Hyper-V Server 2008
Go Parallel Article: Q&A; with a TBB Junkie
IBM Whitepaper: Innovative Collaboration to Advance Your Business
Internet.com eBook: Real Life Rails
IBM eBook: The Pros and Cons of Outsourcing
Internet.com eBook: Best Practices for Developing a Web Site
IBM CXO Whitepaper: The 2008 Global CEO Study "The Enterprise of the Future"
Avaya Article: Call Control XML in Action - A CCXML Auto Attendant
IBM CXO Whitepaper: Unlocking the DNA of the Adaptable Workforce--The Global Human Capital Study 2008
Adobe Acrobat Connect Pro: Web Conferencing and eLearning Whitepapers
HP eBook: Guide to Storage Networking
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
webref The latest from WebReference.com Browse >
Popular JavaScript Framework Libraries: An Overview - Part 3 · Accessing Your MySQL Database from the Web with PHP · Working with the DOM Stylesheets Collection
Sitemap · Experts · Tools · Services · Email a Colleague · Contact FREE Newsletters 
 The latest from internet.com
Crucial Triples Up With New Three-Channel DDR3 Kits · Meet the Finalists: Excellence in Technology Awards · Tealeaf Offers Insight to Mobile Customer Behavior

URL: http://www.webreference.com/html/tutorial29/3.html

Produced by Stephanos Piperoglou
Created: January 24, 2001
Revised: March 1, 2001

Morty Proxy This is a proxified and sanitized view of the page, visit original site.