| Author |
Change language in Struts
|
Miguel Flecha
Ranch Hand
Joined: Jun 23, 2004
Posts: 85
|
|
I want to develop my application in English and Spanish. I have both ApplicationResources files and I also wanto the user to choose the language, so in the login page he can find this: <html:select property="idioma"> <html ption key="index.espanol" value="sp"/> <html ption key="index.ingles" value="en"/> </html:select> Once the user has chosen the language I don't know how to tell the webapp to change it. What do I have to do? Best regards Miguel
|
 |
 |
|
|
subject: Change language in Struts
|
|
|