# 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>
