0

Possible Duplicate:
How to internationalize a java web application

I'm new in JSP technology and now I'm thinking about some internationalization of my page. I'd like you to tell me how to get some properties from my .properties file(specified by locale) and where to put it in? Will be very grateful for your help.

Community
  • 1
  • 1
And
  • 343
  • 1
  • 5
  • 15

1 Answers1

0

Look at the fmt:message tag in the JSTL tag libraries. And you can readily stick the properties files in the WEB-INF/classes directory of your WAR.

Will Hartung
  • 115,893
  • 19
  • 128
  • 203