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

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

Concepts

Localizing VSIX Packages

Other Resources

VSX Language Pack Schema Reference

VSX Schema for Extensions