Evaluate the translated message and return the translated string.
String evaluateMessage(translation, List args) { return Function.apply(translation, args); }