Description
Hi, I’m looking to create a machine translation provided based on an API that I’m building. I’m new to developing for Trados Studio, so I tried to follow the steps in this article: What I’ve done so far is:
- Install VS Community 2022;
- Install Trados Studio 2019, as this is the version I have and that’s what I’d like to develop for;
- Install
Trados Studio 17 templates for Visual Studio 2022
andTrados Studio 16 templates for Visual Studio 2022
.
I’ve also noted that the dev machine setup guide recommends installation of the Trados Studio SDK, however, the provided link or its redirect are broken. A search for SDK
in the RWS App Store also yielded no results.
The actual issue I’m encountering is that when I create a Translation Provider plugin project using the provided template, Visual Studio is unable to resolve the Sdl.LanguagePlatform.*
namespaces. As far as I can understand, the classes in this namespaces are in the SDK.
I also browsed the NuGet repos for SDL
, RWS
or Trados
, but couldn’t seem to find the relevant package.
Please help finding the SDK, anyone?
Activity