Hi Everybody,
I am going to write I18N code in my
jsp based application. Here i will use a custom tag like bean:message. I want to load properties bundle using ResourceBundle.
I just want to know which is the place in web application
1. in root
2. under /WEB-INF/classes
3. or undeer /WEB-INF/classes/com/...so where in classes level.
Which consructor of ResourceBundle i should use if i have my properties file under /WEB-INF/resources/MyBundle_en_US.properties
Please help me to sort out this issue. Is there any use of ClassLoader here.