Hi list,

i'm searching for a solution for my ResourceBundle problem.
I already use a ResourceBundle for i18n in my application and call it this way:

ResourceBundle messages = ResourceBundle.getBundle("MessagesBundle",
new Locale("de");

My language file is loacate in my root path named
"MessagesBundle_de.properties" (in this case):

Now i want to use MY properties file to solve i18n in displaytag. Is
there any way to use the titleKey attribute with MY properties file.
Thanks in advance.


Best regards,
Ralf Schwarz


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to