Method ImportFileIntoCollection
ImportFileIntoCollection(StringTableCollection, string, ImportOptions, ITaskReporter)
Import the XLIFF file into the collection.
Declaration
public static void ImportFileIntoCollection(StringTableCollection collection, string file, Xliff.ImportOptions importOptions = null, ITaskReporter reporter = null)
Parameters
Type | Name | Description |
---|---|---|
StringTableCollection | collection | The collection to import all the XLIFF data into. |
string | file | The XLIFF file path. |
Xliff.ImportOptions | importOptions | Optional import options which can be used to configure the importing behavior. |
ITaskReporter | reporter | Optional reporter which can report the current progress. |