Language Element (Regional Settings)

Applies to: SharePoint Foundation 2010

Used in RGNLSTNG.XML (%ProgramFiles%\Common Files\Microsoft Shared\web server extensions\14\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

Column

Parent Elements

DisplayPattern, Languages

Occurrences

Minimum: 0

Maximum: Unbounded

Remarks

The Language element contains no Column subelement when used within the Languages collection of the RGNLSTNG.XML file.