1 Reply Latest reply on Sep 9, 2006 5:10 AM by bfo81

    Multi lang question

    mrohad

      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