Interface ILegacyLanguageDirectionData
Represenst a language direction and its associated settings and data within a legacy translation memory (see ILegacyTranslationMemory).
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
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 ITranslationMemorySetupOptions).
Declaration
ILegacyLanguageResources[] AvailableLanguageResources { get; }
Property Value
Type | Description |
---|---|
ILegacyLanguageResources |
SourceLanguage
Gets the source language.
Declaration
LegacyLanguage SourceLanguage { get; }
Property Value
Type | Description |
---|---|
LegacyLanguage |
SuggestedLanguageResources
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
ILegacyLanguageResources SuggestedLanguageResources { get; }
Property Value
Type | Description |
---|---|
ILegacyLanguageResources |
TargetLanguage
Gets the target language.
Declaration
LegacyLanguage TargetLanguage { get; }
Property Value
Type | Description |
---|---|
LegacyLanguage |
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 |
---|---|
int |