This topic has not yet been rated - Rate this topic

Language Element (Regional Settings)

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

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.

Minimum: 0

Maximum: Unbounded

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

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.