Localization

🌎 Supported Locale Codes

Use the lang parameter to localize the Tyr SDK UI/content. Supported values follow standard ISO 639-1 language codes:

🚩 Available Languages

Locale Code
Language

🇺🇸 en

English (default)

🇮🇩 id

Indonesian

🇯🇵 ja

Japanese

🇰🇷 ko

Korean

🇪🇸 es

Spanish

Example Usage

You can set the language of the SDK content by appending the lang parameter to the URL:

<!-- This URL will display the SDK content in Japanese -->
https://sdk.tyrads.com?token=<TOKEN>&lang=ja

Last updated