Class LanguageDirection
Represents language direction for a file or a language pair of translation project
Inherited Members
Namespace: SdlSdl.ProjectAutomationAutomaticTasks
Assembly: Sdl.ProjectAutomation.AutomaticTasks.dll
Syntax
public class LanguageDirection
Properties
SourceLanguage
Gets the source language
Declaration
public Language SourceLanguage { get; }
Property Value
Type | Description |
---|---|
Language |
TargetLanguage
Gets the target language
Declaration
public Language TargetLanguage { get; }
Property Value
Type | Description |
---|---|
Language |