SDL: Language Translation
Translate text between languages on the fly
SDL's Language Cloud Machine Translation API provides self-learning machine translation for translating content and text. The SDL Language Translation Function enables you to translate text in-motion, opening up the possibilities for multilingual real-time chat applications, live-blogging, social media, and more.
Setup
Create an account with RWS
You can subscribe to one of the publicly available packages
If these packages do not meet your requirements please contact the RWS
Login or Register to Admin Portal
Select Functions
Select your desired App and Keyset
Select "Explore Templates" and proceed with selected integration.
Configure
channel
,client token
andAPI URL
Confirm the configuration
Review the code and if it looks ok - start the function
Walkthrough
This Function calls the SDL API's for language translation and amends the information into the stream.
To learn more about Diffbot API and getting your production keys, visit SDL Registration.
Users wishing to pay by credit card can subscribe to one of the publicly available packages; details of which can be found here: http://www.sdl.com/languagecloud/machine-translation/pricing.html.
If these packages do not meet your requirements or you wish to pay by another method then please contact us with your requirements by filling out this form: http://www.sdl.com/cxc/language/contact/.
Input
Input Channel: sdl-channel (configurable) If the message contains the "text", "to", and "from" fields, the block will perform a translation of the text.
1
Output
The translated text returned from SDL will be appended into the response for clients
1