spring-framework / org.springframework.context.support / StaticMessageSource / addMessages

addMessages

open fun addMessages(messages: MutableMap<String, String>, locale: Locale): Unit

Associate the given message values with the given keys as codes.

Parameters

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