Documentation
  • Overview
  • Usage Guidelines
  • iOS SDK Integration Guide
  • Android SDK Integration Guide
  • Web SDK Integration Guide
    • Example Web SDK Integration
  • Golang SDK Integration Guide
  • React Native SDK Integration Guide
  • Flutter SDK Integration Guide
  • WordPress Plugin Integration Guide
  • Discord Bot Integration Guide
  • FAQ
  • Support
  • Once you hit scale - Fees
  • Adjust language & default country code
  • SMS Terms and Conditions
  • Privacy-Policy
Powered by GitBook
On this page
  • Setting URL Parameters
  • How to select SMS message language
  • Web SDK
  • Mobile SDKs

Was this helpful?

Adjust language & default country code

Here is how to automatically show humanID in your user's language, and with a specific country code pre-selected

PreviousOnce you hit scale - FeesNextSMS Terms and Conditions

Last updated 1 year ago

Was this helpful?

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 .

Web SDK

Key

Values

Description

lang

Language shown

priority_country

Highest priority country codes.

This can also be set in the Developer Console with the Limit Country function.

Mobile SDKs

Android SDK

.setDefaultLanguage(SupportedLanguage.FRENCH)

iOS

language: SupportedLanguage.ENGLISH_US

Use ISO 639-1 language codes, which are available on our .

Use ISO 3166 country codes, which can be seen on our .

GitHub
GitHub
GitHub