[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents all localizable strings in the management pack for the specified language.

Schema Hierarchy

ManagementPack
  LanguagePacks
    LanguagePack

Syntax

Xml
<LanguagePack ID=”LanguageCode” IsDefault=”True/False”>
   <DisplayStrings>…</DisplayStrings>
   <KnowledgeArticles>…</KnowledgeArticles>
</LanguagePack>

Attributes and Elements

The following sections describe attributes, child elements, and the parent element of the LanguagePack element.

Attributes

Attribute Description

ID

Required attribute. Specifies the two-letter or three-letter language code of the language that is used in this language pack.

IsDefault

Required attribute. Defines whether or not this language pack is the default pack.

Child Elements

Element Description

DisplayStrings

Required element. Contains all localizable display strings in the management pack.

KnowledgeArticles

Optional element. Contains all knowledge articles related to management pack objects in the system.

Parent Elements

Element Description

LanguagePacks

Contains a language pack for each language supported by the management pack.

See Also

Reference

LanguagePacks