[jboss-user] [JBoss Seam] - Multi lang question
mrohad
do-not-reply at jboss.com
Sat Sep 9 01:44:56 EDT 2006
we thought about multi lang solution for our app and I wonder what is your opinion...
any text column in our DB can be translate to many languages..
we thought to create another table for each table that has a text column that will hold the id,lang,new_text
EJB 3.0 wise , we had Category (Entity bean) and now we also have CategoryMulyLang (the new Entity Bean)
now a problem is how can we do something automatic that receive from the session the user language and show the right translated texts on the screens(jsf) , we thought using a converter here...
what do you think?
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3970507#3970507
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3970507
More information about the jboss-user
mailing list