Performance impact using culture invariant resources
Posted
by Praveen S
on Stack Overflow
See other posts from Stack Overflow
or by Praveen S
Published on 2010-04-19T15:27:12Z
Indexed on
2010/04/19
15:33 UTC
Read the original article
Hit count: 177
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?
© Stack Overflow or respective owner