The type of language used to select the user interface.

17 uses of LANGUAGE_TYPE_INTERFACE
drupal_language_types in includes/bootstrap.inc
Returns a list of the built-in language types.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in modules/locale/locale.test
Functional tests for localizing date formats.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in modules/locale/locale.test
Functional tests for the language switcher block.
LocaleUILanguageNegotiationTest::runTest in modules/locale/locale.test
LocaleUILanguageNegotiationTest::testLanguageDomain in modules/locale/locale.test
Tests url() when separate domains are used for multiple languages.

... See full list

File

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

Code

define('LANGUAGE_TYPE_INTERFACE', 'language');