My client sent me an XML file containing multiple languages. Each language is stored in the same element, but the language is contained in the attribute.
I only have to translate the English strings. Can I create a parser rule in SDL Trados Studio 2017 that can do that?
<CATALOG>
<CATALOG_NAME lang="deu">Der Name des Katalogs.</CATALOG_NAME>
<CATALOG_NAME lang="eng">The name of the catalog</CATALOG_NAME>
</CATALOG>