Steps
Download the list of static strings
Get the complete list of strings that can be localized here.
Translate the strings and create the translations object
- Translate the strings in the languages you want to support.
- Create an object with the translations for the languages you want to support in the following format:
Provide the translations object to the SDK
Call the
setTranslations method with the translations object you created in the previous step.Example
- React / Next.js
- Other Frameworks

