Thanks Simon, I didn't know about ThreadLocal. It's exactly what I needed and actually kind of expected that functionality within Thread.
On Dec 15, 10:39 pm, Simon Knott <[email protected]> wrote: > Hi, > > Can't you just use a static ThreadLocal to hold the Locale, then access > that from wherever you need to? It's what I use for holding the Namespace > for an incoming request, to make it available to the rest of the code. > > Cheers, > Simon -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
