I read somewhere (I can't find it anymore) that I can use EL Expresions in a resource set and then use it unchanged in * .xhtml files.
some.text=
to switch the position of a variable in different languages. But in reality it will not work. I can use the Interpolator class to handle parsing or add some.text.before some.text.after and let one of them be empty. I would rather use it without the .interpolate () interpolator, if possible.
source
share