> ## Documentation Index
> Fetch the complete documentation index at: https://developers.argosidentity.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Languages

> Liveform supports Korean, English, Chinese, Spanish, Japanese, Portuguese, Vietnamese, Russian, and more.

## 1. Supported Languages

Below is a list of languages that Liveform supports. The ISO-639-1 standard is used for the national code name.

| Language                 | Code |
| ------------------------ | ---- |
| Korean                   | `ko` |
| English                  | `en` |
| Chinese                  | `zh` |
| Spanish                  | `es` |
| Japanese                 | `ja` |
| Portuguese               | `pt` |
| Vietnamese               | `vi` |
| Russian                  | `ru` |
| Arabic                   | `ar` |
| Finnish                  | `fi` |
| French                   | `fr` |
| Hindi                    | `hi` |
| Indonesian               | `id` |
| Persian                  | `fa` |
| Polish                   | `pl` |
| Thai                     | `th` |
| German                   | `de` |
| Tagalog                  | `tl` |
| Central Khmer (Cambodia) | `km` |
| Nepali                   | `ne` |
| Urdu (Pakistan)          | `ur` |
| Bengali                  | `bn` |
| Uzbek                    | `uz` |
| Sinhala (Sri lanka)      | `si` |
| Malay (Malaysia)         | `ms` |
| Burmese (Myanmar)        | `my` |

## 2. Setting the Language

A lower-case character is required for the “lang” parameter in the URL:

`https://form.argosidentity.com?pid={project_Id}&lang=en`

<Note>
  Default behavior if the parameter is not set:

  * **Mobile**: Defaults to the device's language settings.
  * **PC**: Defaults to the browser's language settings.
</Note>
