<label> (FormXml)
Si applica a: CRM 2016 on-prem, CRM Online
Definisce il testo dell'etichetta per una lingua specificata.
Sintassi
<label
addedby="String"
description="String"
languagecode="Integer"
/>
Attributi ed elementi
The following describes the attributes, child elements, and parent elements.
Attributi
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 |
Elementi figlio
This element has no child elements.
Elementi padre
Element | Description |
---|---|
Contiene definizioni delle etichette del modulo. |
Note
I codici delle lingue sono ID delle impostazioni locali a quattro o cinque cifre. I valori degli ID delle impostazioni locali validi sono disponibili nella pagina che riporta il grafico degli ID delle impostazioni locali (LCID).
Esempio
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>
Informazioni elemento
Schema Type |
complexType |
Validation File |
FormXml.xsd |
Number of Occurrences |
0 or more |
XPath |
|
Vedere anche
Concetti
Personalizzare moduli di entità
Altre risorse
Microsoft Dynamics CRM 2016 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.