constant LANGUAGE_NEGOTIATION_NONE in Drupal 6
No language negotiation. The default language is used.
5 uses of LANGUAGE_NEGOTIATION_NONE
- language_initialize in includes/
language.inc - Choose a language for the page, based on language negotiation settings.
- language_url_rewrite in includes/
language.inc - Rewrite URL's with language based prefix. Parameters are the same as those of the url() function.
- locale_block in modules/
locale/ locale.module - Implementation of hook_block(). Displays a language switcher. Translation links may be provided by other modules.
- locale_languages_configure_form in includes/
locale.inc - Setting for language negotiation options
- locale_user in modules/
locale/ locale.module - Implementation of hook_user().
File
- includes/
bootstrap.inc, line 185 - Functions that need to be loaded on every Drupal request.
Code
define('LANGUAGE_NEGOTIATION_NONE', 0);