Skip to main content
After you configure target locales in your agentic workflow, export translatable text to CSV files, add translations, and import them back using CLI commands.

Exporting translations

Export translatable text from an agentic workflow to a CSV file:
Bash
You can also export from an agentic workflow JSON file before importing:
Bash

Creating translations

The exported CSV file contains:
  • key: Unique identifier for each translatable text element
  • en: Source language text or your configured source locale
  • locale: Source locale code
  • Additional columns for each target locale
Edit the CSV file and add translations for each target locale:
Ensure your CSV file uses UTF-8 encoding to properly handle special characters in different languages.

Importing translations

Import translations from a CSV file into an agentic workflow:
Bash

Importing agentic workflows with translations

Import an agentic workflow and its translations in a single command:
Bash
This command imports the agentic workflow and applies the translations automatically.