PackageRegistrationAttribute::SatellitePath Property
Visual Studio 2015
Gets or sets the non-default resource .dll location.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Set this attribute to specify a resource .dll file that is located in a non-default location. The .dll file should have the following path: SatellitePath\lcid\PackageDllNameUI.dll. This attribute can be useful if your package is installed in the GAC. If this attribute is not set, the directory where the package is located will be used.
Show: