Function: icalendar-language-param-p
icalendar-language-param-p is a byte-compiled function defined in
icalendar-parser.el.gz.
Signature
(icalendar-language-param-p NODE)
Documentation
Return non-nil if NODE represents a LANGUAGE parameter.
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")