constant LANGUAGE_NEGOTIATION_PATH_DEFAULT

Path based negotiation with fallback to default language if no defined path prefix identified.

3 uses of LANGUAGE_NEGOTIATION_PATH_DEFAULT
language_initialize in drupal-6.x/includes/language.inc
Choose a language for the page, based on language negotiation settings.
language_url_rewrite in drupal-6.x/includes/language.inc
Rewrite URL's with language based prefix. Parameters are the same as those of the url() function.
locale_languages_configure_form in drupal-6.x/includes/locale.inc
Setting for language negotiation options

File

drupal-6.x/includes/bootstrap.inc, line 191
Functions that need to be loaded on every Drupal request.

Code

define('LANGUAGE_NEGOTIATION_PATH_DEFAULT', 1)