• The Translation Provider ‘blah blah blah’ could not be opened and has been disabled

    Hi, I am working on developing a plugin to offer our Machine Translation services to SDL Trados Studio users. To build plugin, I started with SDL Translation Provider project template. I implemented few functions of classes implanting ITranslationProviderWinFormsUI…
  • Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies

    Dear SDL Devs, dear Community, we are still using the file based API. On Studio 2019 we get the following error, using Sdl.LanguagePlatform.TranslationMemoryApi : Could not load file or assembly 'Newtonsoft.Json, Version=9.0.0.0, Culture=neutral…
  • Population of Project Translation Memories is failing with API (returns empty folder)

    SDL API with Groupshare Server Based TMs. Ref. to the subject given, note that we are onto a task of creating projects as well as generating (populating) TMs through an API. We already have our own web-service which successfully communicates with SDL…
  • RE: How are the tags and their content saved in the SDLTM?

    1. TagID - this is an id assigned by filters which may be used to represent a cross-format formatting class (such as "bold"). 2. Anchor - this is used to bracket two tags, connect start and end tag. The anchor is only relevant for start and end tags…
  • RE: Clarification of ImportSettings

    OverwriteCurrent will behave as if you are updating your TU from the Studio Editor. To be more specific it will merge if there is an exact match, add if not or not do anything if there is a previous translation of that segment with an exact match. If…
  • RE: Why is OverwriteExistingTUs marked obsolete in the documentation?

    This is because there is a new property called ExistingTUsUpdateMode that offers more options in terms of how the TU is updated. Marking the property as obsolete is the first step in completely decommission this property. Next step is to completely remove…