Is it possible to implement internationalization for Struts Dojo Tags?
For example:
I have this struts dojo submit tag:
<sx:submit cssClass="styled_button" targets="myDiv" value="close"/>
I want the [value="close"] to point to my properties file so that I can implement internationalization.
Is this possible with struts dojo?