constant Language::LANGCODE_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.

File

drupal/core/lib/Drupal/Core/Language/Language.php, line 48
Definition of Drupal\Core\Language\Language.

Class

Language
An object containing the information for an interface language.

Namespace

Drupal\Core\Language

Code

const LANGCODE_NOT_SPECIFIED = 'und';