Ms.Locale Element

Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012

An ms.locale element is an XML metadata element that specifies a language.

Members

The following table lists the members of the element.

Attributes/Properties

Type

Required

Description

content

string

Yes

Specifies the language of a content element or the table of contents.

Remarks

Use a value that identifies the language that is used for the content element or table of contents entries. Typically, you use a language code like EN-US for US English or DA for Danish to specify the language.

Example

The following HTML example shows how to use a document meta element to specify the language. You use meta elements to specify the metadata properties of a content element. Notice how the name and content properties of the meta element specify the Help system element and a language code.

<meta name="ms.locale" content="EN-US" />

The following XML example shows how to use ms.locale to specify a language code for a table of contents.

<ms.locale>EN-US</ms.locale>

See also

Description Element

DocumentSets Element

Microsoft.Help.F1 Element

Microsoft.Help.Id Element

Microsoft.Help.Keywords Element

Publisher Element

SuppressedPublishers Element

TableOfContents Element

Title Element