# Choose Language

English is the default language for Verify. Each project generates a list of URLs for different languages. The UI language is set using the lang parameter added to the entry URL.

# Language URLs

When creating a project, the list of available URLs with the lang parameter is generated and returned in the response in the projectUrls array.

{
  "projectId": "string",
  "projectSlug": "string",
  "projectUrls": [
    {
      "languageCode": "string",
      "url": "string"
    }
  ],
  "errorMessage": "string"
}

# Available Languages

The available languages include:

Language Key & Value
Bulgarian lang=bg
Traditional Chinese lang=zh-hant
Simplified Chinese lang=zh-hans
Czech lang=cs
Danish lang=da
Dutch lang=nl
Estonian lang=et
French lang=fr
German lang=de
Greek lang=el
Hungarian lang=hu
Indonesian lang=id
Italian lang=it
Japanese lang=ja
Korean lang=ko
Latvian lang=lv
Lithuanian lang=lt
Norwegian lang=nb
Polish lang=pl
Portuguese (Brazil) lang=pt-br
Portuguese (Portugal) lang=pt-pt
Romanian lang=ro
Russian lang=ru
Slovak lang=sk
Slovenian lang=sl
Spanish lang=es
Swedish lang=sv
Turkish lang=tr
Ukrainian lang=uk

# Usage Example


# Custom Translations

Realeyes can incorporate any translations you provide for the consent dialogue and/or UI messages.

Please send your request to verify@realeyesit.com


# Next Steps