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>
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 |
---|---|
Required. The localized name of the extension to be installed. |
|
Required. The localized description of the extension to be installed. |
|
Optional. A link to localized information about the extension. |
|
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 |