constant LANGUAGE_MULTIPLE

The language code used when multiple languages could be applied.

Should be used when individual parts of the data cannot be marked with language, but we know there are multiple languages involved. Such as a PDF file for an electronic appliance, which has usage manuals in 8 languages but is uploaded as one file in Drupal.

Defined by ISO639-2 for "Multiple languages".

2 uses of LANGUAGE_MULTIPLE
language_admin_overview_form in drupal/core/modules/language/language.admin.inc
User interface for the language overview screen.
language_default_locked_languages in drupal/core/includes/bootstrap.inc
Returns a list of the default locked languages.

File

drupal/core/includes/bootstrap.inc, line 229
Functions that need to be loaded on every Drupal request.

Code

const LANGUAGE_MULTIPLE = 'mul';