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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to