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.
CategoryWhat gets translatedWhat does NOT get translated
User activitiesField labels and display names
Help text and placeholder text
Form instructions
Button labels
Choice option labels
Error messages
User input
Dynamic content from variables
Tool outputs
Agentic workflow logic-Agentic workflow expressions
Conditions
Variable names
Metadata-Tool names
Tool descriptions
Agentic workflow names

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.