Translate String
Amaster's Utility Library
The Translate String node takes in a string and uses an external service (script.google.com
) to then translate it from one language to another (with a given source
and target
), then returns the translated string.
Inputs
* (Call)
Calls to start the translation process.
String (String)
The string to translate into another language.
Source (String)
The source language. (The default is en
)
Target (String)
The target language. (The default is ja
).
Outputs
OnTranslated (Continuation)
Fires when the string has been translated.
OnFail (Continuation)
Fires when this node fails to translate the string.
Data (String)
The translated string.