Localization
Last updated
Use the lang parameter to localize the Tyr SDK UI/content. Supported values follow standard ISO 639-1 language codes:
Note: If the lang parameter is not provided, the default language will be determined from the JWT payload.
๐บ๐ธ en
English
๐ฎ๐ฉ id
Indonesian
๐ฏ๐ต ja
Japanese
๐ฐ๐ท ko
Korean
๐ช๐ธ es
Spanish
๐ฉ๐ช de
German
๐จ๐ณ zh-Hans-CN
Chinese
๐ซ๐ท fr
French
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=jaLast updated