Language attributes

The lang and xml:lang attributes are used to convey the natural language of the presentation. See further in the Internationalization tutorial.
Language codes are available in Language Code Listing.

  <html lang="en-GB" xml:lang="en-GB" >
   <head>...</head>
   <body>...</body>
  </html>