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?
You can use
dojo
tag attributekey
to get your locale valueand
yourKey
will be property file you have mentioned in yourstruts.xml