Languages
Languages
IDnow DocIDV detects and uses the end user's browser or device language setting. If the browser/device language is not supported, it defaults to English.
We support 25 languages.
| Language | Code (ISO 639-1) |
|---|---|
| Bulgarian | bg |
| Croatian | hr |
| Czech | cs |
| Danish | da |
| Dutch | nl |
| English | en |
| Estonian | et |
| Finnish | fi |
| French | fr |
| German | de |
| Greek | el |
| Gujarati | gu |
| Hungarian | hu |
| Italian | it |
| Polish | pl |
| Portuguese | pt |
| Punjabi | pa |
| Romanian | ro |
| Russian | ru |
| Serbian | sr |
| Slovak | sk |
| Spanish | es |
| Swedish | sv |
| Turkish | tr |
| Ukrainian | uk |
Forced Languages
tip
For optimal user experience, allow the SDK to use the device language rather than setting a language code explicitly.
Web
Using lang query parameter
The language of the app can be controlled by passing the ISO 639-1 code in a query parameter ?lang= in the url.
As an example, for French support you can set your url:
/docidv?identToken=<token>&lang=fr.

Mobile (iOS, Android)
The preferredLanguage language can be defined within the SDK during the start. It will tell the SDK in which language the UI should be shown.
Please refer to the documentation for futher details: