Following this blog article I enabled my application to load i18n messages from the database. It works great. However, I don\'t want to manage all messages in the database
resolveCode(code, locale) in AbstractMessageSource is an abstract method so you will not be able to call it. Try extending ResourceBundleMessageSource or ReloadableResourceBundleMessageSource instead.