AssemblyBuilder::GetSatelliteAssembly Method (CultureInfo^)
Gets the satellite assembly for the specified culture.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- culture
-
Type:
System.Globalization::CultureInfo^
The specified culture.
| 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. |
Satellite assemblies contain localized resources, as distinct from main application assemblies, which contain non-localizable executable code and resources for a single culture that serve as the default or neutral culture.
Call this method to use your current assembly version.
Available since 4.0
Silverlight
Available since 4.0