<LocalizedName> (FormXml)
Applies To: Dynamics CRM 2015
Specifies a name for the form in a specified language.
Syntax
<LocalizedName
description="String"
id="String"
languagecode="Positive Integer"
/>
Attributes and Elements
The following describes the attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
Type |
Usage |
---|---|---|---|
id |
The unique ID for the localized name. |
String |
Optional |
description |
The text of the localized name. |
String |
Required |
languagecode |
A four or five digit locale ID. |
positive integer |
Required |
Child Elements
This element has no child elements.
Parent Elements
Element |
Description |
---|---|
Contains names of the form for different languages. |
Remarks
Language codes are four-digit or five-digit locale IDs. Valid locale ID values can be found at Locale ID (LCID) Chart).
Element Information
Schema Type |
FieldXmlFieldUIType |
Validation File |
customizationSolution.xsd |
Number of Occurrences |
0 or more |
XPath |
|
See Also
Customize entity forms
Form XML reference
© 2016 Microsoft. All rights reserved. Copyright