Localization is in BETA at the moment (Contact us to join) and available as an add-on to our Grown / Enterprise plans. The main Help page on this topic may be more helpful for a typical workflow.
- Download or from the various lists of Experiences.
- Translate
- Upload or from the Localization page.
- Set Experiences live
Downloading Translation files
HTTP Request
| param | - | description | |
|---|---|---|---|
kind | string | optional | One of tour, survey, lanuncher, tooltip |
id | ID | optional | The ID of a Chameleon Experience |
format | string | required | One of yaml, json |
experiences | array<Object> | optional | Each member of this array has two keys kind and id examples |
experiences.$.kind | string | optional | One of tour, survey, lanuncher, tooltip |
experiences.$.id | string | optional | The ID of a Chameleon Experience |
HTTP Response
Downloading into .yaml
Downloading into .json
Example with mixed Experiences
Request body
Uploading Translation files
HTTP Request
| param | - | description | |
|---|---|---|---|
file | File | optional | A single file to process for translations |
files | array<File> | optional | Multiple files to process for translations |

