<div dir="ltr">Hi<div><br></div><div style>I&#39;d like to propose a change to the way the Locale is identified. Ideally, it should be identified at runtime on a request by request basis, rather than once statically on start up.</div>
<div style><br></div><div style>I suggest introducing a LocaleProvider. By default, if none is provided, we will default to the current behaviour which is to default to Locale.getDefault().</div><div style><br></div><div style>
A third party application such as STEP will be able to provide its own provider which will be request-scoped, so as to deal with individual requests coming in of different types.</div><div style><br></div><div style>This will involve removing any static access to ResourceBundle. Still need to delve through the code further to work out the immediate impact.</div>
<div style><br></div><div style>Chris</div><div style><br></div></div>