Share via


SPSolutionLanguagePack.DeployLocal method

Deploys a language pack on the local server.

Overload list

  Name Description
Public method DeployLocal(Boolean, Boolean) Deploys the language pack on the local server for trouble-shooting purposes.
Public method DeployLocal(Boolean, Boolean, SPCompatibilityRange) Globally deploys the language pack to all vservers locally and to the hives within the specified compatibility range (inclusive) on this server.
Public method DeployLocal(Boolean, Collection<SPWebApplication>, Boolean) Deploys the language pack to the specified web applications on the local server for trouble-shooting purposes.
Public method DeployLocal(Boolean, Collection<SPWebApplication>, Boolean, SPCompatibilityRange) Deploys the language pack to the web applications locally on this server and to the hives within the specified compatibility range (inclusive).

Top

Remarks

By default, no application pools are reset after deploying or retracting a language pack using the object model. To reset the application pool manually, you can stop and restart the application pool for the web application to which you are deploying or retracting the solution.

To deploy a language-neutral solution, see SPSolution.

See also

Reference

SPSolutionLanguagePack class

SPSolutionLanguagePack members

Microsoft.SharePoint.Administration namespace