List of utility methods to do Resource Message
Returns a formatted message based on the provided template and a single parameter.
return MessageFormat.format(pTemplate, new Object[] { "" + pArg0 });