How to use own internationalization in JSF?
I want to use the standard internationalization from JSF (in property
files )and the possibility to switch to database. Is it possible to
replace JSF internationalization with own implementation that retrieve the
data from DB, so I can configure it ? Or is in this case another aproach
better ? I've found the following example:
http://jdevelopment.nl/internationalization-jsf-utf8-encoded-properties-files/
. In this example the own resource bundle class is defined. To use it only
the reference in xml to implementation class is replaced.
No comments:
Post a Comment