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

# Localization

> Configure ID Check to support different languages

## Configuration

You can choose to run ID Check in one of sixteen supported languages by passing the `lng` query parameter with the desired language code when navigating to the ID Check URL.

## Supported Languages

<Note>
  If you need support for a language not listed here, please [contact us](mailto:support@verisoul.ai) to discuss your requirements.
</Note>

<CardGroup cols={3}>
  <Card title="English (default)">
    <code>lng=en</code>
  </Card>

  <Card title="Spanish">
    <code>lng=es</code>
  </Card>

  <Card title="Chinese">
    <code>lng=zh</code>
  </Card>

  <Card title="Arabic">
    <code>lng=ar</code>
  </Card>

  <Card title="French">
    <code>lng=fr</code>
  </Card>

  <Card title="German">
    <code>lng=de</code>
  </Card>

  <Card title="Japanese">
    <code>lng=ja</code>
  </Card>

  <Card title="Korean">
    <code>lng=ko</code>
  </Card>

  <Card title="Portuguese">
    <code>lng=pt</code>
  </Card>

  <Card title="Afrikaans">
    <code>lng=af</code>
  </Card>

  <Card title="Bengali">
    <code>lng=bn</code>
  </Card>

  <Card title="Greek">
    <code>lng=el</code>
  </Card>

  <Card title="Kazakh">
    <code>lng=kk</code>
  </Card>

  <Card title="Norwegian">
    <code>lng=no</code>
  </Card>

  <Card title="Russian">
    <code>lng=ru</code>
  </Card>

  <Card title="Turkish">
    <code>lng=tr</code>
  </Card>

  <Card title="Vietnamese">
    <code>lng=vi</code>
  </Card>
</CardGroup>

## Example

If you wanted to serve ID Check in Spanish, you would navigate to:

```
https://app.sandbox.verisoul.ai?session_id={VERISOUL_SESSION_ID}&lng=es
```
