Hello,
I am a new J2EE developer. I would like to develop one web application with Strut Framework. For Strut Framework, I am sure that we can Internationalization and Localization our website. To internationalize and localize my project, I use properties files and use .
Here are the code:
HrPayroll.properties
hello = hello
HrPayroll_km_KH.properties
hello = សួស្ដី
struts-config.xml
login.jsp
<%
response.setHeader("Pragma", "no-cache");
response.setHeader("Cache-Control", "no-store");
response.setHeader("Expires", "0");
%>
HRPayroll - powered by Resolvo
The result I get:
???en_US.hello???
I don't know how to fix this problem. Thus, Please Help me!!!
King Regards,