I need to change the names of months wherever they appear in XMLUI for DSpace.
Where do they come from? I want to change them in a programmatic way through the source code, so that everyone who picks a month would see the words that I want.
Should I search for April, August, etc... in the Java source or somewhere else?
Generally I'd like to know where all elements of the DRI body come from. I can't find the source code that generates them in code.
Thanks for your help.