Skip to content

A template to create a 'translation provider' plugin for SDL Trados Studio 2014, containing basic code and some comments/instructions.

Notifications You must be signed in to change notification settings

patrickporter/GenericTradosTranslationProvider

Repository files navigation

GenericTradosTranslationProvider

A barebones project to create a 'translation provider' plugin for SDL Trados Studio 2014, containing basic code and some comments/instructions.

An easy way to create a new project from this one is to export it as a template in Visual Studio and then use the newly created template to create new projects.

Add a .snk file in the project properties under 'Signing', as Trados Studio requires the plugin to be strongly named.

To create a plugin for earlier versions of Trados Studio, point the SDL SDK references to the folder Studio2 instead of Studio3 and change the build target to .NET 3.5

See the SDL SDK documentation for more information on how to work with Trados Studio.

A translation provider plugin can be debugged in Visual Studio by loading a version of the plugin with debug symbols in Trados and then attaching to the Trados Studio process from Visual Studio.

About

A template to create a 'translation provider' plugin for SDL Trados Studio 2014, containing basic code and some comments/instructions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages