jsf - How do I design an application to manage translatable entity fields? -
when designing application support internationalization, not @ level of labels , calculated values, in fields (e.g. entity name & description), how should model designed? there libraries or frameworks can make things easier? (but not limited to) in jpa / jsf / seam?
we use seam , i18n @ least "name" properties. store message key in db , resolve translation via messages_*.properties
, seamresourcebundle.getbundle().getstring(entity.getname())
.
Comments
Post a Comment