Search Results for

    Show / Hide Table of Contents

    Interface IBilingualWriter

    Implemented by components that directly write bilingual output without native content processing. The input to the writer is provided by calls to the IBilingualContentHandler implementation.

    Inherited Members
    IBilingualContentHandler.Initialize(IDocumentProperties)
    IBilingualContentHandler.Complete()
    IBilingualContentHandler.SetFileProperties(IFileProperties)
    IBilingualContentHandler.FileComplete()
    IBilingualContentHandler.ProcessParagraphUnit(IParagraphUnit)
    System.IDisposable.Dispose()
    Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
    Assembly: Sdl.FileTypeSupport.Framework.Core.dll
    Syntax
    public interface IBilingualWriter : IBilingualContentHandler, IDisposable
    Remarks

    There are two types of bilingual writers: writers for document files that fully serialize the content of the bilingual object model and that can write documents consisting of multiple files (e.g. SDL XLIFF), and bilingual writers for single files that contain bilingual content, e.g. 3rd party XLIFF files, TTX files, ITD files, etc.

    Writers for full document files implement IBilingualDocumentWriter, which is derived from this interface.

    Writers for single bilingual files implement this interface.

    On this page

    Back to top Generated by DocFX