Language Query

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

Hi

I have made a web site in English for a client and he requires a complete
French version. Do I need to add anything to the head section to determine
the character set or anything suchlike? lang=fr ? perhaps. Thanks for your
help.

Rob
 
Andreas

Sorry to reply personally, I hit the wrong button........

Thank you - perhaps I was not clear exactly what I meant. The client has
provided a complete translation for me. I was wondering about the char set
and lang bits as you state in your reply. I am thinking about search engines
specifically and being able to use the special characters with the acute,
grave accents and circumflex for instance. Do I need to add anything in the
<head> for example such that google.fr will accept my submissions when using
Web Postion Gold?

Thank you

Rob
 
You really should create a separate subweb for the other language so you can set your Web/Site language as well as the individual
page language (unique from the settings in the English language site
Then add language meta link to the users browser (and search engines) will know there is an alternative language representation
See
http://www.w3.org/International/resources.html#hints
and
http://babel.alis.com:8080/web_ml/index.html

--




| Andreas
|
| Sorry to reply personally, I hit the wrong button........
|
| Thank you - perhaps I was not clear exactly what I meant. The client has
| provided a complete translation for me. I was wondering about the char set
| and lang bits as you state in your reply. I am thinking about search engines
| specifically and being able to use the special characters with the acute,
| grave accents and circumflex for instance. Do I need to add anything in the
| <head> for example such that google.fr will accept my submissions when using
| Web Postion Gold?
|
| Thank you
|
| Rob
|
| | >
| > > I have made a web site in English for a client and he requires a
| complete
| > > French version.
| >
| > You need to translate it.
| >
| > > Do I need to add anything to the head section to determine
| > > the character set or anything suchlike? lang=fr ? perhaps.
| >
| > <html lang="en">
| > for the original version
| > <html lang="fr">
| > for the French translation
| >
| > <http://uk.htmlhelp.com/reference/html40/attrs.html#i18n>
| >
| > --
| > Top-posting.
| > What's the most irritating thing on Usenet?
|
|
 
Thanks Stefan

A subweb is a great idea and I will check the links provided.

Thanks again

Rob
Stefan B Rusynko said:
You really should create a separate subweb for the other language so you
can set your Web/Site language as well as the individual
page language (unique from the settings in the English language site
Then add language meta link to the users browser (and search engines) will
know there is an alternative language representation
 
Rob said:
I was wondering about the char set
and lang bits as you state in your reply. I am thinking about search engines
specifically and being able to use the special characters with the acute,
grave accents and circumflex for instance.

"charset=ISO-8859-1" is fine with French. You might want to write
&eacute; &agrave; &ocirc; but this is not necessary.
<http://ppewww.ph.gla.ac.uk/~flavell/charset/checklist.html#s1>
Do I need to add anything in the
<head> for example such that google.fr will accept my submissions when using
Web Postion Gold?

No.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top