Localized messages for internal .NET exceptions - where are the resources stored?
Posted
by Marek
on Stack Overflow
See other posts from Stack Overflow
or by Marek
Published on 2010-04-01T13:48:43Z
Indexed on
2010/04/01
13:53 UTC
Read the original article
Hit count: 255
I am wondering where do the localized message come from. They apparently from resource class called SR
that uses the standard .NET localization mechanism (via ResourceManager
)
I can not find any satellite resource assemblies (e.g. System.es-es.dll
) when I install a specific localized .NET framework version.
Where are the localized resource variants coming from?
© Stack Overflow or respective owner