<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic What is the best way to handle a multilingual call? in Discussion Forum</title>
    <link>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16202#M762</link>
    <description>&lt;P class=""&gt;I have custom callouts, and my runMenu action contains both French and English content.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I can't find a way to make both languages sound perfect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Currently, I set my action locale to French. For the English parts, I use SSML with the&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;lang xml:lang='en-US'&amp;gt;&lt;/LI-CODE&gt;&lt;P class=""&gt;tag. The French sounds pretty good, but the English is okay, though not perfect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I tried the other way around: setting the action locale to English and using a lang tag for French on the French parts. However, the French pronunciation was very poor.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Is there a better way to do this?&lt;/P&gt;</description>
    <pubDate>Tue, 01 Oct 2024 19:29:05 GMT</pubDate>
    <dc:creator>beaver</dc:creator>
    <dc:date>2024-10-01T19:29:05Z</dc:date>
    <item>
      <title>What is the best way to handle a multilingual call?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16202#M762</link>
      <description>&lt;P class=""&gt;I have custom callouts, and my runMenu action contains both French and English content.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I can't find a way to make both languages sound perfect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Currently, I set my action locale to French. For the English parts, I use SSML with the&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;lang xml:lang='en-US'&amp;gt;&lt;/LI-CODE&gt;&lt;P class=""&gt;tag. The French sounds pretty good, but the English is okay, though not perfect.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;I tried the other way around: setting the action locale to English and using a lang tag for French on the French parts. However, the French pronunciation was very poor.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Is there a better way to do this?&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 19:29:05 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16202#M762</guid>
      <dc:creator>beaver</dc:creator>
      <dc:date>2024-10-01T19:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to handle a multilingual call?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16203#M763</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me reach out to the team and I'll see what advice they have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Tue, 01 Oct 2024 21:13:05 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16203#M763</guid>
      <dc:creator>Alex_Sberna</dc:creator>
      <dc:date>2024-10-01T21:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to handle a multilingual call?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16248#M765</link>
      <description>&lt;P&gt;Any news on this ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 15:53:18 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16248#M765</guid>
      <dc:creator>beaver</dc:creator>
      <dc:date>2024-10-03T15:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is the best way to handle a multilingual call?</title>
      <link>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16250#M767</link>
      <description>&lt;P&gt;Hi, yes, I'm actually writing up a longer response that may turn into a tutorial because I think others would benefit, but the short of it is that the Voice API doesn't respect the `&amp;lt;voice&amp;gt;` tag in SSML, and the voice is set by the `locale` field, so, unfortunately you can't have multiple voices in one prompt.&lt;BR /&gt;&lt;BR /&gt;That said, you could configure two `playFile` instructions to play back to back, each one with its own `locale` set. You could have the `playFile` instruction play before the menu, and have those `playFile` instructions play before the runMenu action.&lt;BR /&gt;&lt;BR /&gt;Like I said, I am working on a demo application that shows how to do all this, but that is the basic information if you want to try to get a head start yourself first.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Oct 2024 16:06:19 GMT</pubDate>
      <guid>https://community.sinch.com/t5/Discussion-Forum/What-is-the-best-way-to-handle-a-multilingual-call/m-p/16250#M767</guid>
      <dc:creator>Alex_Sberna</dc:creator>
      <dc:date>2024-10-03T16:06:19Z</dc:date>
    </item>
  </channel>
</rss>

