AlexVendet
11/24/2025, 5:53 PMVapi Support Bot
11/24/2025, 5:54 PMjson
"voice": {
"provider": "azure",
"voiceId": "es-ES-ElviraNeural",
"textNormalizationEnabled": true
}
This helps ensure numbers like "$20.57" are pronounced fully in Spanish and reduces language mixing issues.
For more details, see the multilingual troubleshooting guide in the documentation you have found.
Source:
- [Multilingual Configuration Guide](https://docs.vapi.ai/customization/multilingual)Vapi Support Bot
11/24/2025, 7:09 PMAlexVendet
11/25/2025, 12:17 AMChiranjeet Mishra
11/26/2025, 5:26 PMAlexVendet
11/28/2025, 2:15 PMChiranjeet Mishra
12/02/2025, 1:07 AMtextNormalizationEnabled, use formatPlan :
{
"voice": {
"chunkPlan": {
"formatPlan": {
"enabled": true,
"formattersEnabled": [
"dollarAmount" // add this one to the list of formatters
]
}
}
}
}