You are here

constant LANGUAGE_NEGOTIATION_DOMAIN in Drupal 6

Domain based negotiation with fallback to default language if no language identified by domain.

2 uses of LANGUAGE_NEGOTIATION_DOMAIN
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.

File

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

Code

define('LANGUAGE_NEGOTIATION_DOMAIN', 3);