Index: main/plugin-odf/src/org/ametys/odf/cdmfr/ExportCDMfrManager.java =================================================================== --- main/plugin-odf/src/org/ametys/odf/cdmfr/ExportCDMfrManager.java (revision 36748) +++ main/plugin-odf/src/org/ametys/odf/cdmfr/ExportCDMfrManager.java (working copy) @@ -472,8 +472,9 @@ AttributesImpl attrs = new AttributesImpl(); - // + // attrs.addCDATAAttribute(CDMFRTagsConstants.ATTRIBUTE_ID, program.getCDMId()); + attrs.addCDATAAttribute(CDMFRTagsConstants.ATTRIBUTE_LANGUAGE, program.getLanguage()); XMLUtils.startElement(contentHandler, tagName, attrs); // code @@ -1101,8 +1102,9 @@ { AttributesImpl attrs = new AttributesImpl(); - // + // attrs.addCDATAAttribute(CDMFRTagsConstants.ATTRIBUTE_ID, course.getCDMId()); + attrs.addCDATAAttribute(CDMFRTagsConstants.ATTRIBUTE_LANGUAGE, course.getLanguage()); _addNotNullAttribute(attrs, CDMFRTagsConstants.ATTRIBUTE_IDENT, course.getErasmusCode()); XMLUtils.startElement(contentHandler, CDMFRTagsConstants.TAG_COURSE, attrs);