Does anyone know how to programmatically retrieve the i18n messages outside the context of an action class.
I know with the action you can call getText.
I need similiar functionality. I have access to the http request headers. I assume I need the accept language request header.

e.g.
String acceptLanguageHdr = "english";
String msg = "my.value";
// api call to get the correct i18n message similiar to getText.
getText(msg);


Any help would be appreciated.

Steve


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

Reply via email to