Overview
The Knot SDK supports localization, allowing you to present the merchant linking experience in your users’ preferred language. Localization is controlled via thelocale parameter, a BCP-47 language tag passed when configuring the SDK.
Supported Locales
| Locale | Language | Region |
|---|---|---|
en-US | English | U.S. |
es-US | Spanish | U.S. |
locale is provided, the SDK defaults to en-US.
Usage
Pass thelocale parameter when configuring the SDK to localize the experience. For example, to display the SDK in Spanish:
Javascript
locale parameter is available across all SDK platforms. See the iOS and Android SDK guides for platform-specific examples.