Class InputLanguagePair
Inheritance
InputLanguagePair
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
public class InputLanguagePair : IInputLanguageDirectionData
Constructors
Declaration
public InputLanguagePair(IInputTranslationMemory inputTranslationMemory, ILegacyLanguageDirectionData legacyLanguagePair)
Parameters
Properties
Gets or sets the import compatibility settings that determines how the content from this language direction should
be imported into the output translation memory.
Declaration
public ImportSettings.ImportTUProcessingMode ImportCompatibilitySettings { get; set; }
Property Value
ImportPlainText
Gets or sets whether the translation unit content in this language direction should be imported into the
output translation memory as plain text.
Declaration
public bool ImportPlainText { get; set; }
Property Value
Gets the import statistics from the last import operation into the output translation memory.
Declaration
public ImportStatistics ImportStatistics { get; }
Property Value
Gets or sets the import TU update settings that determines how the content from this language direction should
be imported into the output translation memory.
Declaration
public ImportSettings.TUUpdateMode ImportTuUpdateModeSettings { get; set; }
Property Value
Gets or sets the absolute patch where invalid translation units will be written to if they
fail to import into the output translation memory.
Declaration
public string InvalidTranslationUnitsExportPath { get; set; }
Property Value
Gets whether the content of this language direction has successfully been imported into the output translation memory.
Declaration
public bool IsImportComplete { get; set; }
Property Value
Gets the data associated with a specific language direction in the legacy translation memory.
Declaration
public ILegacyLanguageDirectionData LanguageDirectionData { get; }
Property Value
Gets the possibly multilingual input translation memory from which this input
language direction data originates.
Declaration
public IInputTranslationMemory TranslationMemory { get; }
Property Value
Implements