I've noticed that getting data from a resource can be expensive. IIRC it tries to locate explicit resources for the current language (such as en-us)in a subfolder and takes a file not found exception if it's missing, and then goes on to do a lot of other stuff too. If you run a profiler on the code you'd see some of this going on by looking at the objects that get created behind your back. Phil Wilson
P
Phil Wilson
@Phil Wilson