<textLang>

<textLang> (lengua del texto) describe las lenguas y los sistemas de escritura usados en un manuscrito (no se ha de confundir con la descripción contenida en el elemento langUsage. **** [3.11.2.3 Imprint, Pagination, and Other Details 10.6.6 Languages and Writing Systems]
Módulocore — 3 Elements Available in All TEI Documents
Atributosatt.global (@xml:id, @n, @xml:lang, @rend, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change))
mainLang (lengua principal) proporciona un código que identifica la lengua principal utilizada en el manuscrito.
Estado Opcional
Tipo de datos

<rng:ref name="data.language"/>
data.language
Valores a recognized language ‘tag’ generated according to BCP 47 which may additionally be documented by a language element in the header
otherLangs (otras lenguas) uno o más códigos que identifican otras eventuales lenguas utilizadas en el manuscrito.
Estado Opcional
Tipo de datos 0–∞ apariciones de 

<rng:ref name="data.language"/>
data.language
separado por espacio en blanco
Valores a list of codes, each of which is a recognized language ‘tag’ generated according to BCP 47 which may additionally be documented by a language element in the header
Usado por
Contenido en
Puede contener
Declaración

<rng:element name="textLang">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:optional>
  <rng:attribute name="mainLang">
   <rng:ref name="data.language"/>
  </rng:attribute>
 </rng:optional>
 <rng:optional>
  <rng:attribute name="otherLangs">
   <rng:list>
    <rng:zeroOrMore>
     <rng:ref name="data.language"/>
    </rng:zeroOrMore>
   </rng:list>
  </rng:attribute>
 </rng:optional>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element textLang
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   attribute mainLang { data.language }?,
   attribute otherLangs { list { data.language* } }?,
   macro.phraseSeq
}
Ejemplo
<textLang mainLang="en" otherLangs="la"> Predominantly in English with Latin
glosses</textLang>