Is there a best practice for translating dynamic values comming from the backend (hibernate/mysql) in the JSF frontend. Just image you would like to show them in an oneselectmenu.
My question is only scoping all values comming from the database...stuff like gender, salutation and so on. All these stuff is stored in the database. All static values like labels for input fields and so on are already translated by using language message property files.
What would be your approach here?