Interface IBilingualDocumentWriter
Implemented by components that can write bilingual data for multiple files in a single document to external storage (e.g. XLIFF files).
Inherited Members
System.IDisposable.Dispose()
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBilingualDocumentWriter : IBilingualWriter, IBilingualContentHandler, IDisposable
Remarks
The input will be received on the IBilingualContentHandler interface, and the implementation should let all the content processors defined in the bilingual processor container act on the input before writing it.