You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
In our project we are using Springs MessageSource Interface to retrieve a Message based on a key. The MessageSource class picks the corresponding message based on the key in the corresponding locale in the corresponding language. You can picture it like this:
Is there an easy way to integrate Springs Message Source into the problem framework without explicitly overriding each prepare method? I want to be able to provide "details" in the corresponding requester locale.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered:
Hi,
In our project we are using Springs MessageSource Interface to retrieve a Message based on a key. The MessageSource class picks the corresponding message based on the key in the corresponding locale in the corresponding language. You can picture it like this:
Is there an easy way to integrate Springs Message Source into the problem framework without explicitly overriding each prepare method? I want to be able to provide "details" in the corresponding requester locale.
Thanks for your help in advance.
The text was updated successfully, but these errors were encountered: