Title: Language
URL: http://www.activejump.com/o-12.shtml
Email: webmaster@activejump.com

Introduction

The language meta tag allows you to specify what language your web page is written in.
Language Meta Tag
The language meta tag looks like

<META HTTP-EQUIV="content-language" CONTENT="XX">

XX is replaced with the language which must be RFC1766 compliant. Here is a list of the common languages in this correct format:

EN - English
ES - Spanish
FR - French
JA - Japanese
ZH - Chinese

index.html - Notepad
....<HEAD>

<META HTTP-EQUIV="content-language" CONTENT="EN">

</HEAD>....