Interface ILegacyLanguageDirectionData
Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacy
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface ILegacyLanguageDirectionData
Properties
AvailableLanguageResources
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 ITranslation
Declaration
ILegacyLanguageResources[] AvailableLanguageResources { get; }
Property Value
Type | Description |
---|---|
ILegacy |
SourceLanguage
Gets the source language.
Declaration
LegacyLanguage SourceLanguage { get; }
Property Value
Type | Description |
---|---|
Legacy |
SuggestedLanguageResources
Gets the language resources that the system suggest to use. This can be one of the available
language resources (see Available
Declaration
ILegacyLanguageResources SuggestedLanguageResources { get; }
Property Value
Type | Description |
---|---|
ILegacy |
TargetLanguage
Gets the target language.
Declaration
LegacyLanguage TargetLanguage { get; }
Property Value
Type | Description |
---|---|
Legacy |
TranslationUnitCount
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
int TranslationUnitCount { get; }
Property Value
Type | Description |
---|---|
Int32 |