I am interested in using the Messages.properties and Messages_de.properties
entries with community-list.jsp. Right now, the jsp calls the
showCommunity method in order to display the list of communites and
collections. I want the names to appear in the user's selected language,
and I have everything entered in Message.properties and
Message_de.properties to do this. But how do I use the <fmt:message> tag
inside this method? The names are all raw:
out.println( "<div class=\"media-body\"><h4 class=\"media-heading\"><a
href=\"" + request.getContextPath() + "/handle/"
+ c.getHandle() + "\">" + c.getName() + "</a>");
Thanks for any suggestions.
-Paul
--
All messages to this mailing list should adhere to the Code of Conduct:
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/dspace-tech/7c68dcb8-16ee-4798-9956-e114125080den%40googlegroups.com.