Search Results for

    Show / Hide Table of Contents

    Setting up the Project

    In this chapter you will learn how to develop a simple command-line application for batch exporting numerous *.sdltm files in Microsoft Visual Studio 2022 using C#.

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

    The project requires the following references:

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

    The classes in your project should use the following namespaces:

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

    See Also

    Looping through the Folder(s)

    Exporting to TMX

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