The messages sent to the progress monitor can be internationalized by providing a {@link MessageSource} to the constructor of this class. Note thatif a {@link MessageSource} is provided it must already be initialized inorder for it to successfully retrieve messages.
The progress monitor will be notified once prior to initializing the beans in the bean factory and once for each singleton bean before it is initialized. The message keys used to find these messages are {@value #LOADING_APP_CONTEXT_KEY} and {@value #LOADING_BEAN_KEY}. If the message source is unable to find any messages under these keys, or if no message source is provided, default messages (in English) will be used instead.
@author Kevin Stembridge @since 0.3.0 @see ProgressMonitor
|
|