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>
The Java tutorial on i18n has been mentioned already by Peter. If you are building JSPs you probably want to look at the JSTL which basically allows you to use the functionality of ResourceBundle through JSP tags.