Class LegacyLanguagePair
Inheritance
LegacyLanguagePair
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
public class LegacyLanguagePair : ILegacyLanguageDirectionData
Constructors
Declaration
public LegacyLanguagePair(LegacyLanguage sourceLanguage, LegacyLanguage targetLanguage)
Parameters
Properties
Gets a number of sets of language resources which could be valid for use in the output translation memory.
It is a user choice as to which one will be used (see ITranslationMemorySetupOptions).
Declaration
public ILegacyLanguageResources[] AvailableLanguageResources { get; set; }
Property Value
Gets the source language.
Declaration
public LegacyLanguage SourceLanguage { get; set; }
Property Value
Gets the language resources that the system suggest to use. This can be one of the available
language resources (see AvailableLanguageResources) or null, which means the default language resources are suggested.
Declaration
public ILegacyLanguageResources SuggestedLanguageResources { get; set; }
Property Value
Gets the target language.
Declaration
public LegacyLanguage TargetLanguage { get; set; }
Property Value
Gets the number of translation units exist with this language direction. This is
-1
if the count is not known (or cannot be easily obtained).
Declaration
public int TranslationUnitCount { get; set; }
Property Value
Implements