What languages can the <Say> verb speak?

Currently, the <Say> verb is able to properly pronounce words from several languages, provided the language parameter is set. For example:

<?xml version="1.0" encoding="UTF-8" ?>
<Response>
     <Say language="es">Hola mono.</Say>
</Response>

Currently, <Say language=” “> suports the following languages:

  • English with an American accent (en)
  • English with a British accent (en-gb)
  • Spanish (es)
  • French (fr)
  • German (de)
  • Italian (it)

The default language is English with an American accent (en).

To learn more about the <Say> verb, and to see more code samples, please see the TwiML documentation for <Say>.