| Category | What gets translated | What does NOT get translated |
|---|---|---|
| User activities | Field 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: Englishfr: Frenches: Spanishde: Germanit: Italianja: Japaneseko: Koreanzh-CN: Chinese (Simplified)zh-TW: Chinese (Traditional)pt-BR: Portuguese (Brazilian)
Steps
Configure target locales
Define target languages in your agentic workflow code using
aflow.target_locales(['fr', 'es']). For details, see Configuring target locales.Import the agentic workflow
Import your agentic workflow into watsonx Orchestrate using the ADK CLI. For details, see Managing tools.
Manage translations
Export translatable text to CSV, add translations, and import them back. For details, see Managing translations.

