⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Create a New Project

    Learn how to properly set up a project for developing a verification plug-in that works on the bilingual (SDLXliff) file format.

    Create the Project

    Launch Microsoft Visual Studio 2022 and create a new Trados Studio Plug-in Project. Give it an appropriate name, such as Sdl.Sdk.FileTypeSupport.Samples.WordArtVerifier.

    For instructions on creating a Trados Studio Plug-in Project, see the Building a Plug-in article in the Getting Started section.

    A Trados Studio Plug-in Project produces a Plug-in Package (*.sdlplugin). You must manually deploy or copy this package to the Trados Studio Plug-in Packages directory so that Trados Studio can use the plug-in. For deployment instructions, see the Plug-in Deployment article in the Getting Started section.

    Add the Required References

    Add references from the File Type Support Framework APIs. These references are contained in the following assemblies:

    • Sdl.FileTypeSupport.Framework.Core.dll — The main reference to the File Type Support Framework API
    • Sdl.FileTypeSupport.Framework.Core.Settings.dll

    Add references from the Core APIs:

    • Sdl.Core.Settings.dll
    • Sdl.Core.PluginFramework.dll

    By default, these files are in the Trados Studio installation folder (for example, C:\Program Files\Trados\Trados Studio\Studio19). Set the Copy Local property for these references to True.

    BilingualVerifierReferences

    Note

    This content may be out-of-date. To check the latest information on this topic, inspect the libraries using the Visual Studio Object Browser.

    • Improve this Doc
    In this article
    Back to top Generated by DocFX