VSIXLanguagePack Element (VSIX Language Pack Schema)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at VSIXLanguagePack Element (VSIX Language Pack Schema).
Required. Provides the root element for a VSIX language pack. The VSIX language pack provides localized installation information for a VSIX package.
<VSIXLanguagePack> <LocalizedName>...</LocalizedName> <LocalizedDescription>...</LocalizedDescription> <MoreInfoURL>...</MoreInfoURL> <License>...</License> </VSIXLanguagePack>
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. |
| Value | Description |
|---|---|
http://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 |
| Namespace | http://schemas.microsoft.com/developer/vsx-schema-lp/2010 |
| Schema Name | VSIX Language Pack Schema |
| Validation File | VSIXLanguagePackSchema.xsd |
| Can be Empty | No |
VSX Language Pack Schema Reference
Localizing VSIX Packages
VSIX Extension Schema 1.0 Reference
Show: