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 2017 using C#.
Start by creating a new Console Application called Sdl.SDK.LanguagePlatform.Samples.BatchExport.
The project requires the following references:
- Sdl.Core.Api
- Sdl.LanguagePlatform.Core
- Sdl.LanguagePlatform.TranslationMemory
- Sdl.LanguagePlatform.TranslationMemoryApi
The classes in your project should use the following namespaces:
- System.IO
- System.Globalization
- Sdl.LanguagePlatform.Core
- Sdl.LanguagePlatform.Core.Tokenization
- Sdl.LanguagePlatform.TranslationMemory
- Sdl.LanguagePlatform.TranslationMemoryApi
Note
This content may be out-of-date. To check the latest information on this topic, inspect the libraries using the Visual Studio Object Browser.