Question

There is classic tag which used for TTS (Text To Speech) in VXML 2.0 [ prompt ]

 <prompt>
        Which do you like better, dogs or cats?
 </prompt>

My VXML Browser can also able to make TTS suppose for French like this

<prompt>
        Ce que vous aimez mieux, les chiens ou les chats?
 </prompt>

How can I set the TTS values in VXML so that XML Browser will use different language for TTS such as French?

Was it helpful?

Solution

Tag <prompt> has language attribute xml:lang which can be used to specify language according to VXML specification

Your browser might not support it though. You should better provide more details on the VXML browser you are using.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top