open fun addMessages(messages: MutableMap<String, String>, locale: Locale): Unit
Associate the given message values with the given keys as codes.
messages - the messages to register, with messages codes as keys and message texts as values
locale - the locale that the messages should be found within