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

    Modifier and Type
    Method
    Description
    @Nullable StringBuilder
    read(@Nullable File pFile)
    Reads a translated xml file.
  • Method Details

    • read

      @Nullable @Nullable StringBuilder read(@Nullable @Nullable File pFile)
      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