constant LANGUAGE_SITE_DEFAULT

The language state used when referring to the site's default language.

2 uses of LANGUAGE_SITE_DEFAULT
language_list in drupal/core/includes/bootstrap.inc
Returns a list of languages set up on the site.
language_negotiation_configure_selected_form in drupal/core/modules/language/language.admin.inc
Builds the selected language negotiation method configuration form.

File

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

Code

const LANGUAGE_SITE_DEFAULT = 4;