English to French conversion
Posted: Thu Sep 05, 2013 7:07 am
Hi
I am trying to pronounce the digit in French, for example digit "24" should be pronounce as "vingt-quatre" in French. Tried several ways but could not able to found exact solution for this. Below is the sample code which i tried.
<prompt>
<speak xml:lang="fr-fr"><voice name="Juliette" gender="female">
24
</voice></speak>
</prompt>
This gives output as "twenty four" not "vingt-quatre".
Could you please help me to overcome this problem.
I am trying to pronounce the digit in French, for example digit "24" should be pronounce as "vingt-quatre" in French. Tried several ways but could not able to found exact solution for this. Below is the sample code which i tried.
<prompt>
<speak xml:lang="fr-fr"><voice name="Juliette" gender="female">
24
</voice></speak>
</prompt>
This gives output as "twenty four" not "vingt-quatre".
Could you please help me to overcome this problem.