constant LOCALE_LANGUAGE_NEGOTIATION_INTERFACE in Drupal 7
The language is determined using the current interface language.
2 uses of LOCALE_LANGUAGE_NEGOTIATION_INTERFACE
- LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/
locale/ locale.test - Tests alterations to language types/negotiation info.
- locale_language_types_info in modules/
locale/ locale.module - Implements hook_language_types_info().
File
- includes/
locale.inc, line 22 - Administration functions for locale.module.
Code
define('LOCALE_LANGUAGE_NEGOTIATION_INTERFACE', 'locale-interface');