Page 1 of 1

Error using xml_lang

Posted: Thu May 01, 2008 2:13 pm
by cschantz
I'm attempting to select an alternate language using the xml_lang option in the voice tag as per the examples I've found - the system has simply read me the xml tag back and not changed language.

IVR code for "xml:lang"

Posted: Thu May 01, 2008 3:25 pm
by support
Hi,

Could you provide a small snippet of IVR code that demonstrates this IVR issue? This would help us better debug your IVR issue.

The following IVR code worked just fine for us for "xml:lang":

Code: Select all

<?xml version="1.0"?>
<vxml version="2.0">
  <form>
    <block>
      <prompt>
        <voice xml:lang="fr_fr">
          Bonjour, c'est la voix française.
        </voice>
      </prompt>
    </block>
  </form>
</vxml>
Hope this helps.

Regards,
Plum Support