Trados Studio API changes

This release of Trados Studio improves public APIs for easier, more robust third-party interactions. We've also refactored the terminology API in Sdl.Terminology.TerminologyProvider.Core to future-proof terminology integrations. If you are a third-party developer, make sure to check the API release highlights below and the full list of API changes in the Trados Studio API release notes.

Added API licensing support for subscriptions

When creating standalone apps, you can now use Project automation API calls that need a license even if Trados Studio is licensed through a subscription. This expands the list of supported scenarios where Trados Studio is licensed through a cloud subscription, perpetual license, or network license.

Updates to Editor API

We've renamed the Match property of type ContentRange on the IFind interface to MatchRange, and added a new property Match of type System.Text.RegularExpressions.Match.

Updates to Terminology API

We've updated a series of classes, interfaces and enumerations for the Sdl.Terminology.TerminologyProvider.Core assembly. Find the full list on the Trados Studio API release notes