hi,

i need to set language form action, if i set "struts.locale = du_NL"
in struts.properties then dutch will the default language.
how can i set language from action, i have tried using

session.put("WW_TRANS_I18N_LOCALE", "du_NL");
and
locale = new Locale("du");
ActionContext.getContext().setLocale(locale);


but all these does not work. any suggestion would be appreciated.


Thanks & Regards,
Debraj Mallick
9674247281

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to