constant LANGUAGE_TYPE_INTERFACE

The type of language used to select the user interface.

14 uses of LANGUAGE_TYPE_INTERFACE
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in drupal/modules/locale/locale.test
Functional tests for localizing date formats.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in drupal/modules/locale/locale.test
Functional tests for the language switcher block.
LocaleUILanguageNegotiationTest::runTest in drupal/modules/locale/locale.test
LocaleUILanguageNegotiationTest::testLanguageDomain in drupal/modules/locale/locale.test
Tests url() when separate domains are used for multiple languages.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in drupal/modules/locale/locale.test
Tests for language switching by URL path.

... See full list

File

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

Code

define('LANGUAGE_TYPE_INTERFACE', 'language');