Question Language Question

trevorjdaniel

Member
Joined
Sep 24, 2009
Messages
8
Programming Experience
1-3
Hello,

Hopefully a simple question but I cannot seem to find it....

Basically I am converting an app I have written from English to French.

In the app I set the text for a number of labels on the screen using:

Label.Text = "This is the message in English"

But, when I have translated the message into French and try to do something like the following:

LabelRouteMessage.Text = "Désolé, nous n'avons pas pu trouver l'adresse que vous allez. S'il vous plaît vérifier l'adresse ou le code postal que vous avez demandé."

It doesn't look right when viewed in a browser....

You can see the problems on the following page:

Calculatrice Cliquez Taxi pour la France

Can anyone tell me what I need to do to make the french accents and other characters appear correct please?

Many thanks

Trev
 

Latest posts

Back
Top