constant LOCALE_LANGUAGE_NEGOTIATION_BROWSER
The language is set based on the browser language settings.
3 uses of LOCALE_LANGUAGE_NEGOTIATION_BROWSER
- LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal-7.x/
modules/ locale/ locale.test - Tests for language switching by URL path.
- locale_language_negotiation_info in drupal-7.x/
modules/ locale/ locale.module - Implements hook_language_negotiation_info().
- locale_update_7001 in drupal-7.x/
modules/ locale/ locale.install - Upgrade language negotiation settings.
File
- drupal-7.x/
includes/ locale.inc, line 17 - Administration functions for locale.module.
Code
define('LOCALE_LANGUAGE_NEGOTIATION_BROWSER', 'locale-browser')