Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Expand
titleClick here to show Table of Contents...

Table of Contents

...

Excerpt

Status
colourYellow
titleRequired
Status
colourBlue
titleRepeatable
 
Status
colourGreen
titleMultilingual

MODS Element name: <recordInfo><languageOfCataloging>

Short definition: The language of the text of the cataloging in the MODS record.

Input guidelines: Indicate the language of the text of the cataloging by entering the appropriate three-letter language code from ISO-639-2b language codes.  Designate a primary language, even if only one language is entered.

...

No subelements for <languageTerm>.

XML Examples

Code Block
languagexml
collapsetrue
<recordInfo>
	<languageOfCataloging usage="primary">
		<languageTerm type="code" authority="iso639-2b" authorityURI="http://id.loc.gov/vocabulary/iso639-2">eng</languageTerm>
	</languageOfCataloging>
	<languageOfCataloging>
		<languageTerm type="code" authority="iso639-2b" authorityURI="http://id.loc.gov/vocabulary/iso639-2">spa</languageTerm>
	</languageOfCataloging>
</recordInfo>

...