We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Error using xml_lang

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
cschantz
Posts: 1
Joined: Thu May 01, 2008 2:09 pm

Error using xml_lang

Post 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.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

IVR code for "xml:lang"

Post 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

Post Reply