Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 309 Bytes

translateText.md

File metadata and controls

11 lines (11 loc) · 309 Bytes

Translate Text

Notes

Translates the given text from one language to another.

Syntax

translateText(text: <#String (Allows Variables)#>, from: <#Type (WFSelectedFromLanguage)#>, to: <#Type (WFSelectedLanguage)#>)

Example

translateText(text: "Hello World", from: English, to: Japanese)