• Downgraded Microsoft.Extensions.DependencyModel.dll in Trados Studio 2022 CU12 is Problematic

    Hello, Trados team I noticed that in Trados Studio 2022 CU12, the Microsoft.Extensions.DependencyModel.dll was downgraded from version 7.0.0 to 6.0.0. This change is currently causing issues with some of our in-house applications using Trados API…
  • Trouble with Relative Paths in Plugin Development for Trados Studio 2022

    Hello everyone, I am developing my own plugin - Terminology provider, and I want to use my own files as databases for lemmatization. These file are located in the C# project subfolder but the issue is that I cannot use a relative path to that folder…
  • Lemmatization plugin development (lemmatization + default term recognition) for Trados Studio 2022

    Hello everyone, I'm student currently working on my diploma thesis, focusing on the development of a plugin for Trados Studio 2022. The primary goal of this plugin is to integrate lemmatization functionality into the terminology provider before proceeding…
  • Lemmatization plugin development for Trados Studio 2022

    Hello, I am a student currently working on my diploma thesis, where I am developing a plugin for Trados Studio 2022. This plugin is designed to perform lemmatization (using an existing .dll library) before proceeding with terminology/term recognition…
  • autosuggest: define segmentation for suggestions

    Hi, we have developped a tool like Terminjector (but a bit more powerful) and I’m wondering if there is a way to tell autosuggest how to segment suggestions when adding the strings to AS via the API. One of the ideas behind this is to tell AS to send…
  • Failed to load application settings from Sdl.ProjectApi.xml - NullReferenceException caused by Sdl.Desktop.Platform.PluginManagement.StudioPluginManager.Resolve[T]()

    Hello everyone! I'm facing problem with our integration with Trados after upgrading Trados from version 17.0.3.11695 to 17.2.8.18668. Our application doesn't start properly and produce following log: INFO 2024-01-09 09:42:54 – Starting application…
  • Trados Studio 2022 SR2 Terminology Provider

    Hi, In Trados Studio 2022 SR2 the 'Sdl.Terminology.TerminologyProvider.Core.AbstractTerminologyProvider' class has been removed from 'Sdl.Terminology.TerminologyProvider.Core.dll'. Is this on purpose? Does that mean the SR2 is no longer compatible…
  • Has loading unsigned plugin into standalone cmd app been blocked?

    I'm developing standalone command line application which is responsible for creation of trados project based on input arguments. It's using Trados Automation API. So basicly I'm creating project with some files from one language to another and with some…
  • How to add a new custom language to Trados Studio SR1

    Our company created a simple tool to add new custom locales on Windows. All previous versions of Trados Studio pick up the custom locales. However, Trados Studio 2022 SR1 can't pick up the locales. Is something changed in Trados Studio 2022 SR1…
  • Project Automation SDK, how to use the GetLanguageAsync method?

    Hi there, I am trying upgrade my Trados Project Automation SDK programs from 2021 to 2022. One issue I have come across is the warning: 'Language.Language(CultureInfo)' is obsolete: 'Use GetLanguageAsync' However, I cannot find any documentation…
  • 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…
  • 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…
  • Error in project creation when performing GetTranslationProviderConfiguration() on 2022

    Hello community! I have an app made to create Studio projects and I'm updating it to 2022 (from 2021). Sadly I get an error and it would be nice if someone could give me a hint on where to look for this error. I know it seems a parse date error from…