Method ImportDocumentIntoTable
ImportDocumentIntoTable(IXliffDocument, StringTable, ImportNotesBehavior, ITaskReporter)
Import an XLIFF document into the target table, ignoring TargetLanguage.
Declaration
public static void ImportDocumentIntoTable(IXliffDocument document, StringTable target, Xliff.ImportNotesBehavior importNotesBehavior = ImportNotesBehavior.Replace, ITaskReporter reporter = null)
Parameters
Type | Name | Description |
---|---|---|
IXliffDocument | document | The XLIFF document to import. |
StringTable | target | The target table that will be populated with the translated values. |
Xliff.ImportNotesBehavior | importNotesBehavior | How should the notes be imported? |
ITaskReporter | reporter | Optional reporter which can report the current progress. |