Interface ILocalTranslationMemory
Represents base class for bilingual file-based (FileBasedTranslationMemory) and in-memory translation memories (InMemoryTranslationMemory).
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface ILocalTranslationMemory
Properties
LanguageDirection
Gets the one language direction contained in this translation memory.
Declaration
ITranslationMemoryLanguageDirection LanguageDirection { get; }
Property Value
Type | Description |
---|---|
ITranslationMemoryLanguageDirection |