I have a date and I want to output it in a JSP. Currently I use JSTL:
<fmt:formatDate pattern="dd MMMM yyyy" value="${date}" />
Which is very neat as long as the user's language is one that is supported by the JRE. However, we have a requirement to provide this user interface in Welsh. If there a nice way to get the name of the month output in Welsh?