views:

19

answers:

1

I would like to know the performance impact of using the culture invariant resources instead of culture specific ones.

For example, we plan to deploy a website and not have any en-US resources. This is because our culture invariant resources are always identical to the en-US resources. Is this a good idea ? What are the cons?

A: 

There's nothing wrong with what you are planning to do and no significant performance issues in comparison to using culture specific resources.

Tom Cabanski