How to translate a multilingual XML file in Trados Studio 2017

 My client sent me an XML file with the following format:

  <Item key="[ezSearch] Search.Compare" parentKey="[ezSearch] Search">
    <en-GB><![CDATA[Add To Compare]]></en-GB>
    <nl-NL><![CDATA[]]></nl-NL>
  </Item>

Trados Studio should read the en-GB content and than save it to the nl-NL target, with the following result:

  <Item key="[ezSearch] Search.Compare" parentKey="[ezSearch] Search">
    <en-GB><![CDATA[Add To Compare]]></en-GB>
    <nl-NL><![CDATA[Toevoegen aan vergelijking]]></nl-NL>
  </Item>

I am unable to do this in Studio right now and was wondering how I can do this?

Parents Reply Children
No Data