hi,

I'm using struts 1.2.8 along with JSPs in an application.
As at now for the internationalization, I'm just using the normal mechanism just by specifying the path to the resources file in my struts config file, and getting <bean:message key=".."/>.

Now, I need to be able to switch from one file to another just by clicking a link; ie when I click a link, the application resource file to be used by the system should be the french one, and when i click on another link, I should be using the english resource files for example. I just want to be able to switch language on the click of a link, not depend on LOCAL.

I googled it, but didnt quite find what I was looking for, or anything close to it.

Thanx



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to