摘要:
You can do it step by step as follow.Step 1, Detect if the encoding of the project is UTF-8. If not, change its encoding to UTF-8.Step 2, Add configuration in struts' config file[src/struts.xml]. <constant name="struts.custom.i18n.resources" value="messageResource" /> & 阅读全文