Reputation: 801
i have a menu, where user need to select 1 or 2. the prompt is an audio file where as the number is a twilio "Say".
<Play>http://example.com/russianaudio.wav</Play>
<Say voice="woman" language="ru">1</Say>
The problem is that after the audio file, instead of saying "один"(Russian for one), twilio is saying "one"(in English). Is there a way to get this working for Russian? also will the below work?
<Say voice="woman" language="ru">один</Say>
Upvotes: 1
Views: 141