Interface IBilingualDocumentFileWriter
Bilingual writer that can write an entire bilingual document (potentially consisting of content from multiple native files) to a single output file.
Inherited Members
System.IDisposable.Dispose()
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBilingualDocumentFileWriter : IBilingualDocumentWriter, IBilingualWriter, IBilingualContentHandler, IDisposable, IBilingualDocumentOutputPropertiesAware
Remarks
This interface is implemented by writers for intermediate bilingual file formats such as SDL XLIFF.
Writers that implement this interface will be treated differently from regular bilingual writers by the framework. Normal bilingual writers are designed to write output that originates from a single input file (even if that file is in bilingual format such as TTX or ITD), while bilingual document writers are designed to write output that can originate form multiple input files.