TMX

Translation Memory eXchange (TMX) is an XML specification for the exchange of translation memory data between computer-aided translation and localization tools.

Example of a TMX document with one entry:

<tmx version="1.4">

  <header

    creationtool="XYZTool" creationtoolversion="1.01-023"

    datatype="PlainText" segtype="sentence"

    adminlang="en-us" srclang="en"

    o-tmf="ABCTransMem"/>

  <body>

    <tu>

      <tuv xml:lang="en">

      <seg>Hello world!</seg>

    </tuv>

      <tuv xml:lang="fr">

        <seg>Bonjour tout le monde!</seg>

      </tuv>

    </tu>

  </body>

</tmx>