availableLanguage constant

IriTerm const availableLanguage

availableLanguage [Expects: http://schema.org/Language, http://schema.org/Text]

A language someone may use with or at the item, service or place. Please use one of the language codes from the IETF BCP 47 standard. See also {inLanguage}.

Can be used on: http://schema.org/ContactPoint, http://schema.org/Course, http://schema.org/LodgingBusiness, http://schema.org/ServiceChannel, http://schema.org/TouristAttraction

Implementation

static const availableLanguage = IriTerm.prevalidated(
  'http://schema.org/availableLanguage',
);