I am writing a program use JSP and Java. How can I use property files to support multiple languages?
And by the way, there are always some things like \\u4345>
\\u4345>
there is an entire tutorial on http://java.sun.com/docs/books/tutorial/i18n/index.html
This specifies and explains about anything you need to know.