Language Element (Regional Settings)
SharePoint 2013
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 |