Possible Duplicate:
Design question regarding Java EE entity with multiple language support
I’m working on i18n of JSF application.
I need all standard jsf messages that are usually located in messages.properties to be taken from database. Is there some simple way to do it?
Thanks.
I think I found the answer:
and in FacesConfig.xml
Thank You for help.