Are the UI components of Struts internationalized for me, or do I need
to do that myself?
For example, the <html:submit /> and <html:cancel /> tags create buttons
with the text "Submit" and "Cancel" on them. When I'm in a different
locale, do these buttons get created with text based on that locale's
language? Or do I have to implement my own internationalization by
doing something like the following:
<html:submit>
<bean:message key="general.submit" />
</html:submit>
Thanks
JDG
--
Jay Glanville
- Re: is struts UI internationalized? Glanville, Jay
- Re: is struts UI internationalized? Axel Gro�

