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

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -