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
ResourceBundleThemeSource is responsible for creating a MessageSource, which in fact is a ResourceBundleMessageSource, the last one can be configured to avoid using the fallback to system locale mechanism by setting fallbackToSystemLocale to false.
I think it would be useful to make this property visible to ResourceBundleThemeSource in order to create MessageSource s system locale aware or not.