Function: icalendar-match-language-param

icalendar-match-language-param is a byte-compiled function defined in icalendar-parser.el.gz.

Signature

(icalendar-match-language-param LIMIT)

Documentation

Matcher for LANGUAGE parameter.

(Defined by icalendar-define-param.)

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/icalendar-parser.el.gz
(ical:define-param ical:languageparam "LANGUAGE"
  "Language tag (per RFC5646)

This parameter specifies the language of the property value as a
language tag, for example \"en-US\" for US English or \"no\" for
Norwegian.  Valid language tags are defined in RFC5646; see
URL `https://www.rfc-editor.org/rfc/rfc5646'"
  ical:rfc5646-lang
  :link "https://www.rfc-editor.org/rfc/rfc5545#section-3.2.10")