constant LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN
URL language negotiation: use the domain as URL language indicator.
5 uses of LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN
- LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal-7.x/
modules/ locale/ locale.test - Tests for language switching by URL path.
- locale_language_from_url in drupal-7.x/
includes/ locale.inc - Identify language via URL prefix or domain.
- locale_language_providers_url_form in drupal-7.x/
modules/ locale/ locale.admin.inc - The URL language provider configuration form.
- locale_language_url_rewrite_url in drupal-7.x/
includes/ locale.inc - Rewrite URLs for the URL language provider.
- locale_update_7001 in drupal-7.x/
modules/ locale/ locale.install - Upgrade language negotiation settings.
File
- drupal-7.x/
includes/ locale.inc, line 97 - Administration functions for locale.module.
Code
define('LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN', 1)