createMessage(Locale locale, int majorCode, int minorCode, Object args) Creates a message from the specified key and replacement
arguments, localized to the given locale.
Creates a message from the specified key and replacement
arguments, localized to the given locale.
Parameters: locale - The requested locale of the message to becreated. Parameters: key - The key for the message text. Parameters: args - The arguments to be used as replacement textin the message created.