The type of language used to define the content language.

8 uses of LANGUAGE_TYPE_CONTENT
drupal_language_types in includes/bootstrap.inc
Returns a list of the built-in language types.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in modules/locale/locale.test
Tests alterations to language types/negotiation info.
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in modules/locale/locale.test
Test if field languages are correctly set through the node form.
LocaleUninstallFunctionalTest::testUninstallProcess in modules/locale/locale.test
Check if the values of the Locale variables are correct after uninstall.
locale_language_negotiation_info in modules/locale/locale.module
Implements hook_language_negotiation_info().

... See full list

File

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

Code

define('LANGUAGE_TYPE_CONTENT', 'language_content');