What is the correct scope to store static locale specific properties in?
I am thinking about either storing it in the session or application scope to prevent loading the same static properties over and over again.
What is the correct scope to store static locale specific properties in?
I am thinking about either storing it in the session or application scope to prevent loading the same static properties over and over again.