Method ImportFileIntoTable
ImportFileIntoTable(string, StringTable, ImportNotesBehavior, ITaskReporter)
Import an XLIFF file into the target table, ignoring TargetLanguage.
Declaration
public static void ImportFileIntoTable(string file, StringTable target, Xliff.ImportNotesBehavior importNotesBehavior = ImportNotesBehavior.Replace, ITaskReporter reporter = null)
Parameters
Type | Name | Description |
---|---|---|
string | file | The XLIFF file path. |
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. |