After you configure target locales in your agentic workflow, export translatable text to CSV files, add translations, and import them back using CLI commands.
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:
key,en,locale,fr,esform.instructions,Please fill out this form,en,Veuillez remplir ce formulaire,Por favor complete este formularioform.submit_button,Submit,en,Soumettre,Enviarform.cancel_button,Cancel,en,Annuler,Cancelarfield.name.label,Your Name,en,Votre nom,Su nombrefield.name.placeholder,Enter your full name,en,Entrez votre nom complet,Ingrese su nombre completouser_activity.user_name.display_name,Enter your name,en,Entrez votre nom,Ingrese su nombreuser_activity.user_name.help_text,Please provide your full name,en,Veuillez fournir votre nom complet,Por favor proporcione su nombre completo
Ensure your CSV file uses UTF-8 encoding to properly handle special characters in different languages.