Hi all,
I want to build a
jsf page where the i18n
string comes from the database and the translation should be read in the jsf page.
I want to do it this way because I stored different attributes in the database and they should be translated in the jsf page to the according language.
But I am trying and trying without any success. Maybe someone of you can help me?
I configured the message ressource in the faces-config.xml:
And want to access it in the jsf page in a way like this:
The object category contains the part of message key which is in the message ressource file.
It would be very nice if someone of you could help me.
Greetings,
arres