Interface ITranslatableXmlFileReader
public interface ITranslatableXmlFileReader
Read a translatable XML file. Importantly, the XML file might have to be re-converted from
XLIFF. This Interface takes care of this
- Author:
- I-D Media AG
-
Method Summary
-
Method Details
-
read
Reads a translated xml file. It will automatically re-convert any xliff/simple-xml format into its original XML format.- Parameters:
pFile- Input file- Returns:
- Content or null
-