• Gettin Application Settings in Plugin

    Hi everyone! I am developing an action that can be performed by clicking on a ribbon button in the UI. For the execution I want to access the application settings to verify they are set correctly. Ideally I also want to change the settings but this is…
  • Creating a Sample Translation Service Provider Plug-in in Studio 2022 guide

    Hello I'm trying to follow this guide for developing a Sample Translation Service Provider Plug-in https://developers.rws.com/studio-api-docs/apiconcepts/translationmemory/about_the_sample_translation_service_provider_plugin.html but for this step I…
  • Seeking Developer for Routine to Analyze Files with Translation Memories (Trados 2022)

    Hi Trados Developers, We’re looking to commission a skilled developer to create a routine designed to analyze files using a single or multiple translation memories, specifically targeting Trados 2022. The code will subsequently be integrated into our…
  • 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…
  • Plugin Development: All plugin builds fail to install with 'X must inherit from Sdl.Desktop.IntegrationApi.AbstractRibbonGroup' - Seeking Advice

    Patrick Andrew Hartnett Have tried multiple different plugins both private and public. Has there been any change to Trados 2022 that is modifying RibbonGroup API? Example Community Plugin I even tried: Sdl-Community/WordCloudRibbonGroup.cs at ebfe90a70d07289128cd75e73f579dad3f00247c…
  • Don't use addon for pre-translation

    I'm developing a plugin for Trados 2022. One of My client demands a function to set not to use my plugin for pre-translation because of slow-speed for translation. Is it possible? Can my plugin notice for what is called translation function…
  • Sdl.LanguagePlatform.TranslationMemoryApi error with a custom plugin

    Hi, I have a problem with the first execution of Trados Studio 2022 after our custom plugin installation "ActivaTMProvider". The problem is with "Sdl.LanguagePlatform.TranslationMemoryApi" because contains references to an older version of the API assemblies…
  • SearchSegment method is called multiple times for the same text

    Hello. I'm developing a addin for Trados2022. ==================================================================== ITranslationProviderLanguageDirection:: SearchSegment method is called multiple times for the same text when open a document on…
  • 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…
  • Activate "Add New Term" on my developing addon

    I'm developing a Trados plugin and about Termbases function now watching below. http://producthelp.sdl.com/SDK/TerminologyProviderApi/2017/html/ea58dcf0-67b3-4a5a-9112-4300bde2b933.htm I would like to add "Add New term" function for my addin.…
  • Output tags to translation

    Hello. I'm developing a Trados plugin. Is there a function that output tags to translation automatically depend on tags in original texts? or I should make some codes to insert tags? or I should ask my users to insert tags in translation texts…
  • 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…
  • Translation Research Plugin

    Hello, I am currently working with a professor to implement a plugin to facilitate translation research. His idea is to create a Trados plugin that records translations for a given text and then sends these back to a server (we have a campus server…
  • How to edit/update a Translation Memory Unit Element via Api

    I am attempting to edit a large number of Tm units. Using the Api, this is fairly simple, as long as the Tm unit has plain text. The problem I am facing is when the Tm unit contains tags. If I use ToString() and Replace(), when updating the TranslationUnit…
  • 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.
  • Multilingual projects without full support for languages warning message

    In this test project, one language is supported by the translation provider and one is not. The translation provider is disabled for both languages in the project after trying to create the project step 9 - "Preparation". This is the warning message…
  • AdaptiveMT for third party translation providers

    I'm using the ITranslationProviderLanguageDirection Interface to send segments for MT. As far as I can see the function AddOrUpdateTranslationUnitsMasked() is the only function that gets called and can be used for sending segments for adaption to our…
  • MT plugin - Display translation errors

    We are developing an MT plugin for Trados Studio 2019. Is there a way to integrate warning messages for errors that come back from translation requests in the editor? The function we are using to call our MT API is: ITranslationProviderLanguageDirection…
  • MT plugin - Display translation errors

    Hi, We are developing an MT plugin for Trados Studio 2019. Is there a way to integrate warning messages for errors that come back from translation requests in the editor? The function we are using to call our MT API is: ITranslationProviderLanguageDirection…
  • 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…
  • Translation Memory View in Trados Studio

    I would like to create a plugin which interacts with TranslationMemories. I thought the best way would be to use a ViewPart in Trados Studio's TranslationMemory view, but I don't find any reference/help which contains a description of how to make it.…
  • bilingual data extraction

    Dear all, I've recently found out a language resource free and publicly availble that seems very interesting here: http://optima.jrc.it/Resources/DCEP-2013/DCEP-extract-README.html 2 the Readme page says the process of pair sentences extraction…
  • "An item with the same key has already been added" when testing a plugin build

    I kept getting the error when trying to run my built .sdlplugin in Trados: "An item with the same key has already been added" along with something about CommandBars not working. Seems silly now, but turns out if you try to build the same .sdlplugin…
  • 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…
1 2