• Creating new Trados Studio 2024 project using Powershell (or other) script

    Hello I'm trying to create a Sample Trados Studio 2024 project using automation When I using SDLTradosStudio.exe, the Wizard open a new project only. The "Trados PowerShell Toolkit" the script not happy with error: Exception calling "CallEnsurePluginRegistryIsCreated…
  • After Upgrade to Trados Studio 2022, Project Automation API is unable to create Project Package if Termbase exists in Project

    Dear Trados Studio Developers Community, we have an external app that automates processes between an external system and Trados Studio Using Trados API, especially ProjectAutomation. The code of this app is working fine when used with Trados Studio…
  • 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…
  • Is it possible to change translation results in the translation result window?

    Hi, what I would like to get is an automatic replacement of strings in the result window, e.g. if Language Weaver or a customer’s TM returns "so dass" it should be automatically changed to and show "sodass" in that window, same for currencies and some…
  • WorldServer Converter in Studio 2021

    Hi everyone We have switched from Studio 2019 to Studio 2021 a while back and have since had trouble with our program that automatically converts WorldServer packages (.wszx) to regular Studio packages (.sdlppx). The package is then further processed…
  • Using SDL Plugins Programmatically

    Hi there, I'm relatively new to the whole plugin area of Trados, but I was wondering if there is a way to use them programmatically. I've done some research on the forums and don't seem to see a direct way to work it into my script via the API, but…
  • SDL Trados SDK Api PreTranslateFiles task random failure

    I am stumped. I have a very basic SDK app, that requires an SDL Project file path and a target language; then attempts to run the " PreTranslateFiles " task. namespace Sdl.Sdk.PreTranslateFiles { using System; using System.Globalization; using…
  • Is it possible to use a plugin via the Project Automation API to automate it?

    Hi, We are using the StarTransit plugin, but we want to automate the import of PPF files. Is this possible via the Project Automation API (together with the PowerShell Toolkit)? Right now, when using the plugin, the "Open StarTransit Package" ribbon…
  • Studio 2019 Project Automation - LicensingException - License check failed - Could not find any licensing provider factory 'SafeNetRMS'

    Hello, I am working on a TMS plugin which is using Sdl.ProjectAutomation SDK (v. 15). There is a recent version of Studio installed on that TMS server 15.2.0.1041. The code that invokes creation of a FileBasedProject, i.e. this.studioProject = new…
  • DeepL MT automation with Trados 2019

    I am trying to integrate DeepL machine translation within our own automation using the SDL SDK. I have tried placing the DeepL translation provider in a Studio template which uses this as a memory. I have also tried adding the API key for DeepL in the…
  • Error sending telemetry in Studio 2019 (Sdl.SDK.ProjectAutomation.Samples.BatchAnalyze)

    I have been using the SDL Project API SDK for a few years, since the 2015 edition. I amended Samples.BatchAnalyze.exe (that comes with the SDK) to suit my needs, but essentially it is the same beast. On each Studio upgrade release, I check for compatibility…
  • Unable to run the automatic task 'ConvertToTranslatableFormat' - file is locked or open in another process

    I have an application which uses the automation APIs to create projects. During the creation process the following steps take place: Create a unique directory for this project Download the source file(s) from our server and store them in \[unique…
  • Trados Studio 2017 UpdateSegmentPair behaviour changed compared to 2015

    Hi, I was using the following code in SDL Trados Studio 2015: var dseg = GetEditorController().ActiveDocument.ActiveSegmentPair; ISegmentPair tempSegmentPair = documentItemFactory.CreateSegmentPair(dseg.Source, dseg.Target); GetEditorController…
  • how to get the position of the active segment in Trados Studio Editor View

    Hi, I am trying to get the position of the active segment in Editor view in SDL Trados Studio 2015 in pixels on the screen using the API. Is there a way I can get this? Peter
  • SDL Automation API, .XLS files not converted for target language

    Using the SDL Project Automation API, I am attempting to process some .xls files. When using any other file type, the AutomaticTask, ConvertToTranslatableFormat creates an .sdlxliff file. For .xls file, they are ignored, even though the .sdlproj file…
  • SDL Project Automation API: Reference Files

    Hi, When using the SDL Project Automation API, I can specify references files. However, the reference file(s) don't seem to be added to the target language LanguageFile. When using the SDL Trados Studio, the reference file(s) are both included in…
  • Muliterm SDK / API

    Hi, Is it possible to create new Multiterm termbases using an SDK/API? If so, where can I find it? Thanks Samuel
  • How can I access existing Revisions programmatically?

    Hi fellow developers, I am trying to access revisions in the editor. I wonder if that is actually possible. I have come across various methods to create revisions / comments but none to read them. Here's what I tried: var editor = SdlTradosStudio…
  • Updating a language-specific IProject.SettingsBundle<TranslationMemorySettings> always updates the default settings

    While automating the creation of projects, I'm trying to set a custom value inside the following element (inside the project file itself): <SettingsBundle Guid="..."> <SettingsBundle> <SettingsGroup Id="TranslationMemorySettings"> <Setting Id="ProjectSettings…
  • Use of Trados TM (import/export) in Web Environment

    Hello to all developers, I've got an unusual productivity task to tackle. We are looking to optimize the future workflow of a translation team that may be scattered across the world. What we need is a centralized web-based solution to allow for: 1…
  • RE: API for Export for/Update from external review #2

    I'm struggling with this too. Did you ever get update to work? In this example I'm trying to update the first file from the first target langauge (french in this case) The code runs without errors, and no taskstatus errors, still the file is not updated…
  • SDK 3.0 for SDL Studio 2011?

    Dear NG, I just created an extension with SDK 3.0 which works fine in Studio 2014, but the I realized that it's not working in 2011. Just editing the required version in the manifest didn't make the job. It seems that there are massive changes between…
  • Automation for Update TM

    Is there any way to use Automation API to make a App to auto update TM. I have over 20 languages TMs to update weekly, currently manual work and waste a lot of time. Can anybody give me some suggestion, how to do it though API?