Hi,
I’ve a problem with internationalization.
I’ve a three frames. One with a menu, the main and a header.
In my header I’ve three buttons, to change the language. When I click on one of them, I set a variable ‘chosenLanguage’ in my SessionBean.
The problem now is, that I see the language changing in my body, when I click on a button or something else in my main-page.. I’ve to trigger an action, so that the constructor of my main-page is reloaded… (In my constructor, I set the local of that page).
What am I doing wrong? Or is there another way of doing this?
Thx a lot
Ann