• Build Studio 2024 without VisualStudio

    Hi All, So we have recently encountered a problem with building an sdlplugin for Trados 2024. We have a build server that periodically builds our app. Till this point everything worked perfectly. There is no Trados Studio installed, but we copied the…
  • Where to download trados studio templates sdk 2022

    I can find the trados studio templates sdk for 2019 and 2021, but I cannot find the one for 2022. Is there anyone could help to tell me the way to download the sdk for trados studio 2022. Thanks in advance.
  • RWS Account - Link error in App & Developers > Software Development Kit (SDK)

    Hey hey, when I open my RWS account web page ( https://oos.sdl.com/asp/products/App/GetApps ) there is an option for App & Developers . When I click on the Software Developtme Kit (SDK) link there, a new tab opens with a 404 error . The URL it points…
  • Trados SDK: how to cleanly remove all the comments in a sdlxliff

    We are trying to create an Trados Studio app to remove all the comments in multiple sdlxliff files. We have one particular problem, though. For a comment applied to a range of text (i.e. a comment whose scope is "Current Selection" as shown in the image…
  • Running automatic task for custom batch task plugin

    Hi, I have a tool that creates a filebased project from given template and files and custom batch task that is added in template as task sequence It was used with Trados 2019 SDK and it was working fine, now that I upgraded the tool to Trados 2021…
  • API behaviour changes from Studio 2015 SR3 to Studio 2019 SR2?

    Hi, We're currently performing a plug-in migration from Studio 2015 SR3 to Studio 2019 SR2 . So far, we've seen that there are no public interface/signature changes in the API (besides having to reference the new Sdl.Core.TM.ImportExport.dll library…
  • Continuous integration with Trados plugin

    Hello all. Apologies if this has been answered before; I couldn't find anything relevant. I am developing a plugin for Trados Studio. I started with the "SDL Trados Studio (2021)" template in Visual Studio. I am wondering what the story is for continuous…
  • How to change "Do not store segmentation information in the translated file" option of FileBasedProject() of the C# Project Automation API

    Hi there, I am very new to the C# API of SDL Trados and I am using the trial version of studio 2021. I have managed to convert a word document into .sdlxliff format via a C# Console App, by following the examples ( http://producthelp.sdl.com/SDK/ProjectAutomationApi…
  • SDL SDK Api PreTranslateFiles randomly fails

    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…
  • 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 there a call in the SDK that does the same thing as clicking the OK button in the Trados Studio Project Settings dialog box?

    I have a button in the ribbon to set a machine translation translation provider. If I click my apply button in the project or files view, then when I open the editor, my custom machine translation provider is applied to the first segment, and then to…
  • the method of encrypt the developed plug-in to protect the source code

    Dear All I want to encrypt the developed plug-in to protect the source code. Because plugins in the. plugin format do not support encryption, two alternative encryption schemes have been proposed. First, the plug-in that generates. exe is encrypted;…
  • how to debug the code in the VS2017 development environment

    Deer All When developing plug-ins for SDL, how to debug the code in the VS2017 development environment? Waitting for your reply. Best regards
  • Did SDL Trados SDK code have GC.RemoveMemoryPressure() in it

    We have created an application that can creates Trados project using SDL Trsdos 2017/2019 SDK. It creates the project perfect, but we have a problem with random hangs and speed problem. this program running on a server all the time and is waiting for…
  • How does TranslationUnit.SetValue() works?

    Hello! I'm trying to use the two methods "TranslationUnit.SetValue()" and " TranslationUnit.GetValue()" in order to store a custom value per-tu in my plugin implementation. However I'm not able to make it work. In my search function, I've added this…
  • Unknown error in editor when combining SDL Translation Memory with Simple Translation Provider

    Hello! I have a very nasty problem here, and it happens in the Editor window. My simple project is setup like this: File based Translation memory (MemoriaDiTest.sdltm) A super simple Translation provider: DummyMT I have selected the option…
  • Get TranslationUnit right before AddOrUpdateTranslationUnits()

    Hi! The problem is that I'm working on an Adaptive MT plugin that supports updates, so I have my implementation of the method: AddOrUpdateTranslationUnits(AddOrUpdateTranslationUnits(TranslationUnit[] translationUnits, int[] previousTranslationHashes…
  • Add language to sdltb File with the sdl sdk in multiterm

    Dear All I would like to programmatically add a language to an existing multiterm sdltb file. I cannot find anything related to this in the "MultiTerm Desktop SDK.chm". Many thanks Marco
  • How to programmatically insert and export an image with the SDK?

    Dear All I would like to update an existing sdltb file with the sdl sdk. Has anyone experience regarding this matter. Best Marco
  • 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…
  • how can I determine whether source segment includes tag

    Hi, all. Can anybody tell me how can I determine whether source segment includes tag using studio sdk? Thank you.
  • Calls to pre-translate in SDK cause NLog configuration change (lost logging/console output redirected to new file)

    BACKGROUND We have a .NET console application which uses the Trados SDK to run jobs for us. We have our own classes to setup/run the jobs, and from within those jobs we call methods in our "Trados2017Api" class, where the actual SDK calls are made.…
  • Cannot install Studio SDK

    I'm trying to install the SDK for Studio 2017, but each time I launch the installer, the installation begins but closes down abruptly after a couple of seconds. I've tried running the installer as admin, plus I've tried on a separate computer and I get…
  • Trados 2017 - Translation Results window

    I'm developing a plugin that would provide a custom Translation Results window and I'm trying to disable the current Translation Results window. As we have the "Perform Lookup when active segment changes" automation turned on the Translation Results window…
  • Where do I find the list of available languages installed with SDL Studio?

    (I mean those which a user selects during installation.) I can't find anything useful in Sdl.Core.Globalization.LanguageRegistry.LanguageRegistryApi or SdlTradosStudio.Application. I think I found something now: bool IsConfiguredLanguage(Language…
1 2