language

Code Language

Programming or scripting language in which this code is written, e.g. "javascript", for code written in "Javascript 3.0". (The "3.0" is recorded in the @language-version attribute.)

With the Element

<code>
Value Meaning
Text, numbers, or special characters. The lower case name of the programming or scripting langauge
Restriction: @language is an optional attribute; there is no default.

Example


...
<code   
  code-type="user interface control" 
  language="C++"
  language-version="11"
  xml:space="preserve" 
  orientation="portrait"
  position="anchor">
#include &lt;conio.h>
#include&lt;win_mous.cpp>
// Needed for mouse &amp; win functions#define
...
</code>
...