Formats a message with the specified arguments using the given locale information.paramlocale The locale of the message.paramkey The message key.paramarguments The message replacement text arguments. The order of the arguments must match that of the placeholders in the actual message.returnReturns the formatted message.throwsMissingResourceException Thrown if the message with the specified key cannot be found.