When I look at a base resx file vs one that is generated for a specific
language it looks as if Designer is only saving the differences. Is that
true? How is the runtime load handling that issue?

Signature
Brad Eck
<a href="http://www.sitesdynamic.com">SitesDynamic</a>
<a href="http://www.basketsetcetera.com">Baskets Etcetera</a>
Marin Millar - 20 Jul 2005 18:13 GMT
Yes, that is true. The ResourceManager will look for the resource in the
specific language being loaded, then fallback through the chain until it
finds the default resources if the resource is not found in the specific
language. You can find more information on:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vbconhierarchicalorganizationofresourcesforlocalization.asp
Thanks, Marin Millar [MSFT]