i am trying to get i18n localisation working on an Grails/Groovy enum,
public enum Notification { GENERIC(0), CONFIRM_RESERVATION(100), CONFIRM_ORDE
One method is shown in this blog post by Rob Fletcher (from 2009)
Make sure your enum class implements org.springframework.context.MessageSourceResolvable
implements org.springframework.context.MessageSourceResolvable
Then implement the methods it defines