Helper for parameterized Wicket i18n messages. getString("message.download", new I18nParams().put("title", data.getTitle().put("date", "2013-04-06")); i18n.properties: message.download=This is a message for ${title}. The date is ${date}.
@author Kai Reinhard (k.reinhard@micromata.de)
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.