Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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>