Well, I checked out bobby - here's one bit of code to help internationalize web pages:


http://www.cast.org/bobby3.0/html/gls/g125.html

Use the LANG attribute to identify the language of the text

It is recommended that the HTML 4.0 LANG attribute be included to help specify the 
language of a
document or the language of parts of a document. Almost every element in HTML 4.0 
contains the
LANG attribute. For example: 


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"
      "http://www.w3.org/TR/REC-html40/strict.dtd">
<HTML lang="fr">
<HEAD>
<TITLE>Un document multilingue</TITLE>
</HEAD>
<BODY>
...Interpreted as French...
<P lang="es">...Interpreted as Spanish...
<P>...Interpreted as French again...
<P>...French text interrupted by<EM lang="ja">some
     Japanese</EM>French begins here again...
</BODY>
</HTML>

> Kathy E. Gill
> DCAC/MRM Methods Communication -- 425.965.6901
> Continuous effort -- not strength or intelligence -- is the key to unlocking our 
>potential. ~ Liane Cardes
> Microsoft Exchange: the perfect name for its users' greatest desire!
> 
____________________________________________________________________
--------------------------------------------------------------------
 Join The NEW Web Consultants Association FORUMS and CHAT:
   Register Today at: http://just4u.com/forums/
Web Consultants Web Site : http://just4u.com/webconsultants
   Give the Gift of Life This Year...
     Just4U Stop Smoking Support forum - helping smokers for
      over three years-tell a friend: http://just4u.com/forums/
          To get 500 Banner Ads for FREE
    go to http://www.linkbuddies.com/start.go?id=111261
---------------------------------------------------------------------

Reply via email to