French translation - special characters | Community
Skip to main content
Mark_Farnell
Level 5
November 12, 2013
Question

French translation - special characters

  • November 12, 2013
  • 2 replies
  • 1451 views
We're beginning to build out a french web site which will need french landing pages and forms.  How do I make the various special characters in French appear e.g. the accent over e in Prenom?  I'm not a french speaker by the way.  I will need to do this on forms and landing pages.  I know we can change the form field labels to French.

Many thanks
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

November 12, 2013
E acute (as in prénom) is represented as & # 2 3 3 ; in the HTML source (without spaces, added here to avoid the system render it) .

é

The complete list of extended character table can be found at
http://www.ascii.cl/htmlcodes.htm

Level 10
November 16, 2013
We did something similar for our client who wanted the landing pages in five different languages on the website. 
While making the form, you have the option to select the language for the form. So, you can just select French and make your form.
For landing page, I suggest you make all the content in a MS Word document in French language. You can then import the French font in .ttf and .otf format in your assets. After that, you just need to include that font in your code and simply copy and paste the content in the landing page.
Let me know if this fulfils your requirement.