What happened to Multi-lingual/Multi-language Sett...
# support
e
I'm trying to assign language to my assistants but that feature seem to not exist. Am I missing something or maybe not looking in the right place? I'm trying to assign different languages to specific assistants. Vapi Assistants does support languages in Spanish, French and Madarin, correct?
v
To assign a specific language to your Vapi assistant, set the
voice
property to a language-specific voice model.
For example, to make your assistant speak Spanish using Azure:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
You can find and select other language voices (including French and likely Mandarin) in the dashboard's voice tab. [See more in the multilingual support docs.](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)
u
Hi @Elastic
v
To assign a specific language to your Vapi assistant, set the
voice
property to a language-specific voice model.
For example, to make your assistant speak Spanish using Azure:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
You can find and select other language voices (including French and likely Mandarin) in the dashboard's voice tab. [See more in the multilingual support docs.](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)
u
Vapi support so many languages.
Do you want for a agent to support multi language?
v
You can assign different languages to your Vapi assistants by setting the
voice
property to a language-specific voice model for each assistant. For example, to have an assistant speak Spanish, you would select a Spanish voice model like
es-ES-ElviraNeural
. Similar options are available for French and likely Mandarin, so you can configure each assistant individually to support the language you need. There isn't a dedicated "multi-language settings" section—language assignment is handled through the voice model selection for each assistant.
To assign a specific language to your Vapi assistant, set the
voice
property to a language-specific voice model. For example, to make your assistant speak Spanish using Azure:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
You can find and select other language voices (including French and likely Mandarin) in the dashboard's voice tab. [See more in the multilingual support docs.](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)
v
Message marked as helpful by @! AetherMind! 🎉
Message marked as helpful by @! AetherMind! 🎉
s
cc: @Kings_big💫
v
Hello! How can I help you today?
k
checking if this is resolved/solved for you?
v
If you have any more questions or need further assistance with language settings for your Vapi assistant, feel free to let me know! I'm here to help with anything else you might need.
v
Currently, Vapi does not offer a toggle-based or dropdown UI for multi-language support. To set your assistant's language, you need to specify the
voice
property with a language-specific voice model, like this:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
You can browse available voices for different languages in the dashboard's voice tab, but all language assignment is handled through configuration, not a UI toggle. [See multilingual support documentation for more details.](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)
To enable multi-language support for a Vapi agent, you currently need to set the
voice
property to a language-specific voice model in your assistant's configuration.
For example, to make your agent speak Spanish using Azure:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
You can browse and select other language voices in the dashboard's voice tab. At this time, there is no UI toggle or automatic language switching feature—each assistant is configured for one language at a time. [See multilingual support documentation](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)
k
Vapi supports Spanish, French, and Mandarin, but to assign languages to specific assistants, you need to create separate assistants and configure each one’s Speech-to-Text, Language Model, and Text-to-Speech settings to the desired language, as there isn’t a single global language setting..
v
Currently, Vapi does not offer a UI toggle or dropdown for multi-language support. To set your assistant's language, specify the
voice
property with a language-specific voice model in your configuration, for example:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
All language assignment is handled through configuration, not a UI toggle. [See multilingual support documentation for more details.](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)
To set your Vapi assistant's language, specify the
voice
property with a language-specific voice model in your configuration.
For example, to use Spanish with Azure:
Copy code
json
{
  "voice": {
    "provider": "azure",
    "voiceId": "es-ES-ElviraNeural"
  }
}
Currently, there is no UI toggle or dropdown for multi-language support—each assistant must be configured for one language at a time. [See multilingual support documentation](https://docs.vapi.ai/customization/multilingual) Source: - [Vapi Multilingual Support Documentation](https://docs.vapi.ai/customization/multilingual)