> ## Documentation Index
> Fetch the complete documentation index at: https://deepl-c950b784-custom-instructions-scope.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Voice Languages

> Language availability for the DeepL Voice API: transcription, translation, and translated speech support per language.

Translation is always provided by DeepL. For some languages, transcription and translated speech are provided by external service partners. All source languages can be translated into any target language.

<Card>
  | **Language**                           | **Transcription** | **Translation** | **Translated Speech** |
  | :------------------------------------- | :---------------: | :-------------: | :-------------------: |
  | Arabic                                 |         ⎋         |        ✓        |           ⎋           |
  | Bengali                                |         ⎋         |        ✓        |           —           |
  | Bulgarian                              |         ⎋         |        ✓        |           ⎋           |
  | Chinese (Simplified/Traditional)       |         ✓         |        ✓        |           ✓           |
  | Croatian                               |         ⎋         |        ✓        |           —           |
  | Czech                                  |         ✓         |        ✓        |           ⎋           |
  | Danish                                 |         ⎋         |        ✓        |           ⎋           |
  | Dutch                                  |         ✓         |        ✓        |           ✓           |
  | English (American/British)             |         ✓         |        ✓        |           ✓           |
  | Estonian                               |         ⎋         |        ✓        |           —           |
  | Finnish                                |         ⎋         |        ✓        |           ⎋           |
  | French                                 |         ✓         |        ✓        |           ✓           |
  | German                                 |         ✓         |        ✓        |           ✓           |
  | Greek                                  |         ⎋         |        ✓        |           ⎋           |
  | Hebrew                                 |         ⎋         |        ✓        |           —           |
  | Hindi <Badge color="blue">beta</Badge> |         ⎋         |        ✓        |           ⎋           |
  | Hungarian                              |         ⎋         |        ✓        |           ⎋           |
  | Indonesian                             |         ✓         |        ✓        |           ⎋           |
  | Irish                                  |         ⎋         |        ✓        |           —           |
  | Italian                                |         ✓         |        ✓        |           ✓           |
  | Japanese                               |         ✓         |        ✓        |           ✓           |
  | Korean                                 |         ✓         |        ✓        |           ✓           |
  | Latvian                                |         ⎋         |        ✓        |           —           |
  | Lithuanian                             |         ⎋         |        ✓        |           —           |
  | Malay <Badge color="blue">beta</Badge> |         ⎋         |        ✓        |           ⎋           |
  | Maltese                                |         ⎋         |        ✓        |           —           |
  | Norwegian (bokmål)                     |         ⎋         |        ✓        |           ⎋           |
  | Polish                                 |         ✓         |        ✓        |           ✓           |
  | Portuguese (Brazil/Portugal)           |         ✓         |        ✓        |           ✓           |
  | Romanian                               |         ✓         |        ✓        |           ⎋           |
  | Russian                                |         ✓         |        ✓        |           ✓           |
  | Slovak                                 |         ⎋         |        ✓        |           ⎋           |
  | Slovenian                              |         ⎋         |        ✓        |           —           |
  | Spanish                                |         ✓         |        ✓        |           ✓           |
  | Swedish                                |         ✓         |        ✓        |           ✓           |
  | Tagalog                                |         ⎋         |        ✓        |           —           |
  | Tamil <Badge color="blue">beta</Badge> |         ⎋         |        ✓        |           ⎋           |
  | Thai                                   |         ⎋         |        ✓        |           —           |
  | Turkish                                |         ✓         |        ✓        |           ✓           |
  | Ukrainian                              |         ✓         |        ✓        |           ⎋           |
  | Vietnamese                             |         ⎋         |        ✓        |           ⎋           |

  ✓ provided by DeepL / ⎋ provided by an external service partner / — not available
</Card>

<Warning>
  Transcription provided by external service partners (marked with ⎋) cannot yet auto-detect the source language,
  which you must therefore specify explicitly.
</Warning>

To retrieve supported languages and feature availability programmatically, call [`GET /v3/languages?resource=voice`](/docs/languages/using-the-languages-api) and check for the `transcription` and `translated_speech` feature keys. The `external` flag on these features indicates if they are provided by an external service partner.

For audio format support and session limits, see [Voice API Requirements](/docs/voice/voice-api-requirements).
