Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Required. Provides the root element for a VSIX language pack. The VSIX language pack provides localized installation information for a VSIX package.
Syntax
<VSIXLanguagePack>  
  <LocalizedName>...</LocalizedName>  
  <LocalizedDescription>...</LocalizedDescription>  
  <MoreInfoURL>...</MoreInfoURL>  
  <License>...</License>  
</VSIXLanguagePack>  
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
| xmlns | The XML namespace in which the VSIX Language Pack schema is defined. | 
xmlns Attribute
| Value | Description | 
|---|---|
| https://schemas.microsoft.com/developer/vsx-schema-lp/2010 | Required. The location of the file that defines the schema for language packs. | 
Child Elements
| Element | Description | 
|---|---|
| LocalizedName Element | Required. The localized name of the extension to be installed. | 
| LocalizedDescription Element | Required. The localized description of the extension to be installed. | 
| MoreInfoURL Element | Optional. A link to localized information about the extension. | 
| License Element | Optional. The path of a localized version of the license file for the extension. | 
Parent Elements
| Element | Description | 
|---|---|
| None | 
Element Information
| Namespace | https://schemas.microsoft.com/developer/vsx-schema-lp/2010 | 
| Schema Name | VSIX Language Pack Schema | 
| Validation File | VSIXLanguagePackSchema.xsd | 
| Can be Empty | No | 
See Also
VSX Language Pack Schema Reference Localizing VSIX Packages VSIX Extension Schema 1.0 Reference