Search Results for

    Show / Hide Table of Contents

    Setting up the Project

    On this page you will learn how to set up the project for designing our custom TM lookup application in C#.

    Create a new WPF application in Microsoft Visual Studio 2022 called Sdl.SDK.LanguagePlatform.Samples.TmLookup.

    Then add the following references to your project:

    • Sdl.LanguagePlatform.Core
    • Sdl.LanguagePlatform.TranslationMemory
    • Sdl.LanguagePlatform.TranslationMemoryApi
    Note

    At the time of writing of this version of the SDK it was required to set the build path folder to the directory that contains the Trados Studio debug build.

    See Also

    Adding the Main GUI

    Adding the Server TM Selection Form

    Adding the Search Settings Form

    Adding the Connector Class

    Implementing the Search Functionality

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