Survey translation headquaters

Export translations

Download translations as a JSON file for LLM translation or backup.



Leave empty to export all strings.



Download Survey Structure (JSON)

Pages, questions, and answer options — useful as context for LLM translation.



How to use for LLM translation

  1. Export the base language (en) — this is what the LLM will translate from.
  2. Optionally export the target language to see what's already translated.
  3. Send the JSON to the LLM with a prompt like:

    Translate the following JSON values from English to [target language].
    Keep all HTML tags and placeholders (%s, %d) exactly as they are.
    Return valid JSON with the same keys and translated values.
    If you also receive a context document, use it to understand
    the meaning and tone of each string.
  4. Save the LLM response as a .json file and use Import to upload it.