> Now , i am changing browser language from IE. I am able to get
> message from properties file for label and another things. But i am still
> unable to show above alert message in different languages. Can you solve
> this problem. Please reply soon.
Typically, you would do this by generating the Javascript in a model that can
pick up resource strings e.g.
String.format("alert('%s')",getString("session-timeout-message")) or using
other string substitution mechanisms.
- Tor Iver
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]