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