Search Results for

    Show / Hide Table of Contents

    Setting up the Project

    In this chapter, you will create a simple command-line application that batch-exports multiple .sdltm files in Microsoft Visual Studio 2022 by using C#.

    Start by creating a new Console Application named Sdl.SDK.LanguagePlatform.Samples.BatchExport.

    Add the following references to the project:

    • Sdl.Core.TM.ImportExport
    • Sdl.LanguagePlatform.TranslationMemoryApi

    Use the following namespaces in the project classes:

    • System.IO
    • System.Globalization
    • Sdl.LanguagePlatform.TranslationMemoryApi

    See Also

    • Looping through the Folder(s)
    • Exporting to TMX
    • Improve this Doc
    In this article
    Back to top Generated by DocFX