Localized messages for internal .NET exceptions - where are the resources stored?
- by Marek
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?