pdfLanguage parameter to determine which language the document is rendered in. The PDF contains the QR code and setup instructions your customer needs to activate their eSIM. Passing the right language code ensures your customer receives instructions they can read without any extra steps on your end.
Where to use this parameter
PasspdfLanguage in the request body of the following endpoints:
addEsimOrder— when placing a new eSIM order, includepdfLanguageto generate the activation PDF in the customer’s language.renewCard— when renewing an existing plan, passpdfLanguageto generate a renewal PDF in the correct language.handlerEsimPdf— when requesting a PDF regeneration for an existing order, passpdfLanguageto control the output language.
Supported languages
| No. | Language | Code |
|---|---|---|
| 1 | English | en-US |
| 2 | 中文 (Simplified Chinese) | zh-CN |
| 3 | 繁體中文 (Traditional Chinese) | zh-TW |
| 4 | 日本語 (Japanese) | ja-JP |
| 5 | Русский язык (Russian) | ru-RU |
| 6 | Español (Spanish) | es-ES |
| 7 | Français (French) | fr-FR |
| 8 | 한국어 (Korean) | ko-KR |
| 9 | Deutsch (German) | de-DE |
| 10 | Italiano (Italian) | it-IT |
| 11 | Bahasa Indonesia | id-ID |
| 12 | اللغة العربية (Arabic) | ar-SA |
| 13 | Português (Portuguese) | pt-BR |
| 14 | Tiếng Việt (Vietnamese) | vi-VN |
| 15 | ภาษาไทย (Thai) | th-TH |
If you omit
pdfLanguage or pass a code that is not in the list above, the PDF defaults to English (en-US).