Translating files

GroupDocs.Translation can translate any file of supported format in 4 API calls:

  1. Get access token
  2. Upload file
  3. Send files for translation
  4. Fetch translations

Because GroupDocs.Translation Cloud is provided as a REST API, translation can be performed on any platform with Internet access.

We also provide open-source SDKs for a number of popular programming languages, that wrap all routine operations into a few native methods. It makes interaction with GroupDocs.Translation Cloud services much easier, allowing you to focus on the task at hand rather than technical details.

Note
Make sure the application has access to the api.groupdocs.cloud domain.

Learn more