Method ImportFile
ImportFile(string, ImportOptions, ITaskReporter)
Imports a single XLIFF file into the project. Attempts to find matching StringTableCollection's, if one could not be found then a new one is created.
Declaration
public static void ImportFile(string file, Xliff.ImportOptions importOptions = null, ITaskReporter reporter = null)
Parameters
Type | Name | Description |
---|---|---|
string | file | The XLIFF file. |
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. |