On 10/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Does Shale have a feature for internationalization similar to Struts?
<snip/>
JSF itself provides internationalization support, see <f:loadBundle> tag in the JSF core taglib. See shale-usecases sample application for examples of this. Shale adds to that and provides utility classes that can be used as managed beans. See LoadBundle and Messages classes in the util package in shale-core: http://shale.apache.org/shale-core/apidocs/org/apache/shale/util/package-summary.html -Rahul
