- Release notes
- Overview
- Getting started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Publishing Guidelines for Process Mining app templates
- Security & IP Protection
- Other UiPath Listings
- Node-RED
- Identify language
- Translate text
- Setup
- Teams
- Microsoft Teams scope
- Create team
- Create team from group
- Get team
- Get teams
- Channels
- Create channel
- Delete channel
- Get channel
- Get channels
- Update channel
- Chats
- Get chat
- Get chats
- Get chat members
- Messages
- Get message
- Get messages
- Get message replies
- Reply to message
- Send message
- Events
- Create event
- Delete event
- Get event
- Get events
- Users
- Get user presence
- How it works
- Technical references
- Get started
- About
- Setup
- Technical references
- Azure Form Recognizer scope
- Activities
- Analyze form
- Analyze form async
- Get analyze form result
- Analyze receipt
- Analyze receipt async
- Get analyze receipt result
- Analyze layout
- Analyze layout async
- Get analyze layout result
- Train model
- Get models
- Get model keys
- Get model info
- Delete model
- Connectors
- How to create activities
- Build Your Integration

Marketplace user guide
Translate text
Translates text from one language to another. Supported languages include:
Arabic, Catalan, Chinese (Simplified), Chinese (Traditional), Czech, Danish, Dutch, English, Finnish, French, German, Hindi, Italian, Japanese, Korean, Norwegian Bokmål, Polish, Portuguese, Russian, Spanish, Swedish, Turkish
Properties
Common
- DisplayName - The display name of the activity.
Credentials
- APIKey - The API key generated for your Language Translator instance on IBM Cloud.
- URL - The URL generated for your Language Translator instance on IBM Cloud.
Input
-
From - The language of the inputted text. Accepts strings and
Stringvariables. -
Text - The text to be analyzed. Accepts strings and
Stringvariables. -
To - The language to which the inputted text is translated. Accepts strings and
Stringvariables.Important:Not all translations are supported yet. For example, Spanish may only be translated to Catalan, English, and French. To check if a translation is possible, select a From language in the activity and open the To field's dropdown menu, which will be appropriately populated.
See below

Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
- Output - The translated text.