Skip to main content
Agentic workflows support multi-language configurations for user activities. Configure target languages in your agentic workflow code, export translatable text to CSV files, add translations, and import them back using the ADK CLI.

Supported locale codes

  • en: English
  • fr: French
  • es: Spanish
  • de: German
  • it: Italian
  • ja: Japanese
  • ko: Korean
  • zh-CN: Chinese (Simplified)
  • zh-TW: Chinese (Traditional)
  • pt-BR: Portuguese (Brazilian)

Steps

1

Configure target locales

Define target languages in your agentic workflow code using aflow.target_locales(['fr', 'es']). For details, see Configuring target locales.
2

Import the agentic workflow

Import your agentic workflow into watsonx Orchestrate using the ADK CLI. For details, see Managing tools.
3

Manage translations

Export translatable text to CSV, add translations, and import them back. For details, see Managing translations.