Stephen,

I agree with Peter that it would be counter-intuitive for

  re = ResourceManager.getResources( X.class, Locale.en )

to return anything other than English resources, just because someone else
called

  rd = ResourceManager.getResources( X.class, Locale.de );

first.  That just seems broken to me.

If you are saying that once instantiated with a Locale, then subsequent
calls that explicitly pass a Locale won't be honored, the least that should
happen is an exception should be thrown.  That is better than silently
ignoring the request, and returning the wrong data.

> There isn't anything in the ResourceManager currently to
> reset the locale being used as runtime.

Sounds like Peter has a fix for that.  :-)

        --- Noel


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to