• Unhandled exception when pre-translating with languageweavercloud enabled in a Project

    Hi team, I am creating a Trados Project through the API using a Project Template that has Language Weaver added as a translation provider: I'm using the latest version of the Language Weaver plugin available for Trados 2022 SR2 (CU9) here: https…
  • SDK API Pre-translate task randomly skips file

    Good morning, We have noticed an issue with the SDK API Pre-translate automatic task. Our SDL Trados Project contains three files (apfel.xml, banane.xml, kirsche.xml) and two file-based translation memories. We then want to pre-translate all three…
  • Trados 2022 SR1 Api Automatic Task (Pre-translation) failure: Unexpected exception when configuring file multiFileConverter for task 'Pre-translate Files': Failed to create an instance of translation provider.

    I am able to successfully PreTranslateFiles using a file-based TM using SDK API Trados 2022 17.0.0.11594. namespace Sdl.Sdk.PreTranslateFiles { using System; using Sdl.Core.Globalization.LanguageRegistry; using Sdl.ProjectAutomation.Core; using…
  • DeepL in Project Automation

    Hi everyone, we have a Project Creation tool that we use to automatically create SDL Studio projects. This works great. And we really appreciate that this sort of stuff is possible. We've recently been trying to include DeepL as part of the pre-translation…
  • API Pre-Translate Task not working for DeepL MT Provider

    I have a FileBasedProject with : Language pair: "de-DE" to "en-GB". One file "fruits.xml". One DeepL MT Translation Provider. Attempting to run the following code via the API completes without errors but does not pre-translate the file …
  • Differentiate lookup during translation and pre-translation

    Hi, In a TM plugin when we call the SearchTranslationUnitsMasked function is there any way to know if we are in pre-translation or just doing interactive lookup in a document (or any other lookup mode)? Thanks a lot, Agnes