Assembly.GetSatelliteAssembly Method (CultureInfo)
.NET Framework 4
Gets the satellite assembly for the specified culture.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- culture
- Type: System.Globalization.CultureInfo
The specified culture.
Implements
_Assembly.GetSatelliteAssembly(CultureInfo)| Exception | Condition |
|---|---|
| ArgumentNullException |
culture is null. |
| FileNotFoundException |
The assembly cannot be found. |
| FileLoadException |
The satellite assembly with a matching file name was found, but the CultureInfo did not match the one specified. |
| BadImageFormatException |
The satellite assembly is not a valid assembly. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.