Hi there,
normally I place my translations etc in properties
- e.g. message_de.properties
etc. I'm facing now a situation where I have to provide this data in a database. (Translations will be imported/edited in an other system)
Is there a common way/best practises to use a database table for messages in my webapp? One way I would thinking of was to build properties
from the database but this seems not the right way to go.