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

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -