应用到: CRM 2016 on-prem, CRM Online
定义指定语言的标签文本。
语法
<label
 addedby="String"
 description="String"
 languagecode="Integer" 
/>
属性和元素
The following describes the attributes, child elements, and parent elements.
属性
| Attribute | Description | Type | Usage | 
|---|---|---|---|
| description | Text providing a label. | String | Required | 
| languagecode | A four or five digit locale ID. | Positive Integer | Required | 
| addedby | Identifies the name of the ISV or customizer that added the element. | String | Optional | 
子元素
This element has no child elements.
父元素
| Element | Description | 
|---|---|
| 包含窗体标签定义。 | 
备注
四位数或五位数区域设置 ID 的语言代码。可在区域设置 ID (LCID) 图表中找到有效区域设置 ID 值。
示例
The following shows an example of the label element.
<labels>
  <label description="Due Date" languagecode="1033" />
  <label description="入金期日" languagecode="1041" />
  <label description="تاريخ الاستحقاق" languagecode="1025" />
  <label description="Fälligkeitsdatum" languagecode="1031" />
  <label description="Date d"échéance" languagecode="1036" />
  <label description="Fecha de vencimiento" languagecode="3082" />
</labels>
元素信息
| Schema Type | complexType | 
| Validation File | FormXml.xsd | 
| Number of Occurrences | 0 or more | 
| XPath |  | 
另请参阅
概念
其他资源
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.