⚠️ 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

    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
    Back to top Generated by DocFX