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