Interface IBilingualToNativeConverter
Interface implemented by components that can convert bilingual content received from calls on the IBilingualContentHandler interface to (source or target language) the native content output on the Output interface.
Note that it is up to the implementation to 'decide' if the source or the target (or both) in the bilingual content should be processed.
Inherited Members
Namespace: Sdl.FileTypeSupport.Framework.BilingualApi
Assembly: Sdl.FileTypeSupport.Framework.Core.dll
Syntax
public interface IBilingualToNativeConverter : IBilingualContentHandler
Remarks
If the implementation needs access to factories in order to create property objects, etc., it should implement the IBilingualFileTypeComponent interface.
Properties
Output
This property is set by the framework during initialization. The converter implementation should call the methods on this interface to generate output.
Declaration
INativeGenerationContentHandler Output { get; set; }
Property Value
Type | Description |
---|---|
INativeGenerationContentHandler |
Methods
Flush()
Used to flush the buffer
Declaration
void Flush()