> For the complete documentation index, see [llms.txt](https://docs.human-id.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.human-id.org/adjust-language-and-default-country-code.md).

# Adjust language & default country code

humanID is available in 26 languages (and if your language is not supported, please submit a push request with translations via our github). The 'country code' preselected can also be adjusted, and if your users come from a handful of countries, those can be shown on top of the list.

To adjust the language and 'priority countries' of the user frontend, humanID integration partners can set URL parameters. Users can also manually change the language from a dropdown.

Here is how:

## Setting URL Parameters

### How to select SMS message language

Change the OTP\_REQUEST\_MESSAGE variable of the localization function, and choose one of the variables listed on our [GitHub](https://github.com/human-internet/humanid-core/blob/master/server/localization.js).

### Web SDK

| Key               | Values                                                                                                                                                                  | Description                                                                                                                 |
| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| lang              | Use ISO 639-1 language codes, which are available on our [GitHub](https://github.com/human-internet/humanid-weblogin/tree/master/language).                             | Language shown                                                                                                              |
| priority\_country | Use ISO 3166 country codes, which can be seen on our [GitHub](https://github.com/human-internet/humanid-core/blob/develop/src/validator/country-validator/iso-3166.js). | <p>Highest priority country codes.</p><p>This can also be set in the Developer Console with the Limit Country function.</p> |

<br>

### Mobile SDKs

#### Android SDK

&#x20;  .setDefaultLanguage(SupportedLanguage.FRENCH)

<br>

#### iOS

language: SupportedLanguage.ENGLISH\_US

<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.human-id.org/adjust-language-and-default-country-code.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
