drupal_init_language

Functions that call drupal_init_language()

Namesort iconLocationDescription
install_maindrupal/install.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
_db_error_pagedrupal/includes/database/database.incPrints a themed maintenance page with the 'Site offline' text, adding the provided error message in the case of 'display_errors' set to on. Ends the page request; no return.

Functions called by drupal_init_language()

Namesort iconLocationDescription
language_defaultdrupal/includes/bootstrap.incDefault language used on the site
language_initializedrupal/includes/language.incChoose a language for the page, based on language negotiation settings.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.