constant LANGUAGE_TYPE_CONTENT in Drupal 7
The type of language used to define the content language.
7 uses of LANGUAGE_TYPE_CONTENT
- hook_language_switch_links_alter in modules/
system/ language.api.php  - Perform alterations on language switcher links.
 - 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().
 
File
- includes/
bootstrap.inc, line 186  - Functions that need to be loaded on every Drupal request.
 
Code
define('LANGUAGE_TYPE_CONTENT', 'language_content');