Hi Ricardo, you got to check the section in the Messages*.properties which starts with "metadata." The default labels supplied are:
metadata.dc.contributor.* = Authors metadata.dc.contributor.author = Authors metadata.dc.contributor.editor = Editors metadata.dc.date.issued = Issue Date metadata.dc.description = Description metadata.dc.description.abstract = Abstract metadata.dc.identifier = Other Identifiers metadata.dc.identifier.citation = Citation metadata.dc.identifier.govdoc = Gov't Doc # metadata.dc.identifier.isbn = ISBN metadata.dc.identifier.ismn = ISMN metadata.dc.identifier.issn = ISSN metadata.dc.identifier.uri = URI metadata.dc.publisher = Publisher metadata.dc.relation.ispartofseries = Series/Report no. metadata.dc.subject = Keywords metadata.dc.title = Title metadata.dc.title.alternative = Other Titles If you do use any other metdatafield in the default item display, you got to make an entry: metadata.[schema].[element] (for an unqualified metdata field) metadata.[schema].[element].* (for all metdata fields with this schema and element) metadata.[schema].[element].[qualifier] (for a qualified metadata field) If you do use customize versions of the message catalogues, put these in [dspace-source]/dspace/modules/jspui/src/main/resources run mvn package and ant update and redeploy. Hope that helps Claudia Jürgen Ricardo Beltrán schrieb: > Hello all, > I'm upgrading to DSpace 1.5.2 and I've installed a bilingual > (English/Spanish) instance. I've just added the language > switcher to the header.jsp in order to let the user switch languages at any > time. Everything works fine with the exception > of metadata labels at the item view (see for example > http://biiacs2.cide.edu/handle/10089/3502) . > If you click the English/Spanish language switcher everything will > translated but not the metadata labels, with the > unique exception of the Date/Fecha label. > I've reviewed many times the Messages.properties and Messages_es.properties > files and I just can't see > an error. > > Thanks for your help > Ricardo Beltran > > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > > > ------------------------------------------------------------------------ > > _______________________________________________ > DSpace-tech mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dspace-tech ------------------------------------------------------------------------------ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

