Language Element (Regional Settings)
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Used in RGNLSTNG.XML (\\Program Files\Common Files\Microsoft Shared\web server extensions\12\TEMPLATE\1033\XML) to specify a natural language in the regional settings, or used within a field display pattern to render a language name.
<Language
HTMLEncode = "TRUE" | "FALSE"
ID = "Integer"
Name = "Text">
</Language>
Attributes
Attribute |
Description |
---|---|
HTMLEncode |
Optional Boolean. TRUE to convert embedded characters so that they are displayed as text in the browser. In other words, characters that could be confused with HTML tags are converted to entities. Used in field display patterns. |
ID |
Optional Integer. Specifies the locale identifier (LCID) for the language. Used in RGNLSTNG.XML. |
Name |
Optional Text. Specifies the name of the language. Used in RGNLSTNG.XML. |
Child Elements
Parent Elements
Occurrences
Minimum: 0 Maximum: Unbounded |
Remarks
The Language element contains no Column subelement when used within the Languages collection of the RGNLSTNG.XML file.