constant LANGUAGE_NOT_SPECIFIED

The language code used when no language is explicitly assigned (yet).

Should be used when language information is not available or cannot be determined. This special language code is useful when we know the data might have linguistic information, but we don't know the language.

See http://www.w3.org/International/questions/qa-no-language#undetermined.

187 uses of LANGUAGE_NOT_SPECIFIED
AggregatorTestBase::createSampleNodes in drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorTestBase.php
Creates sample article nodes.
AliasManager::lookupPathAlias in drupal/core/lib/Drupal/Core/Path/AliasManager.php
Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
AliasManager::lookupPathSource in drupal/core/lib/Drupal/Core/Path/AliasManager.php
Given an alias, return its Drupal system URL if one exists. Otherwise, return FALSE.
ApiDataTest::setUp in drupal/core/modules/views/lib/Drupal/views/Tests/Field/ApiDataTest.php
Sets up a Drupal site for running functional and integration tests.
BookTest::createBookNode in drupal/core/modules/book/lib/Drupal/book/Tests/BookTest.php
Create book node.

... See full list

File

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

Code

const LANGUAGE_NOT_SPECIFIED = 'und';