diff --git a/templates/xml/result_header.xml b/templates/xml/result_header.xml
index f3606282757690acfc25df047c6680744ffd355d..61564b58b431b2edb5051b220d386980d54c9c80 100644
--- a/templates/xml/result_header.xml
+++ b/templates/xml/result_header.xml
@@ -1,4 +1,8 @@
       <dcc:name>
-        <dcc:content lang="de">Ergebnis der Kalibrierung</dcc:content>
-        <dcc:content lang="en">Result of the calibration</dcc:content>
+        {%- for i in doc.measurementResults.name %}
+        <dcc:content lang="{{i.lang}}">
+          <![CDATA[{%- for j in i.content %}{{j|safe}}{% endfor -%}]]>
+        </dcc:content>      
+        {% endfor -%}
       </dcc:name>
+