Johnson nickel wrote:
I want to know about struts 2 localization. I have seen the struts 2 documentation i'm not getting clear idea. Can anybody
> provide the basic steps for implementing this localization concept.
Provide a package.properties file for package-level messages. Provide (actionName).properties file for action-specific messages, where (actionName) is either the name of an action, and action superclass, and interface, or interface superclass. You can also define app-wide message resource files using the constant mentioned in the documentation.
Use getText() variants or the I18N tags to retrieve the messages in the JSP files.
That's about it; if you can provide some feedback as to what was confusing we'll update the docs.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org