constant LanguageInterface::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

core/lib/Drupal/Core/Language/LanguageInterface.php, line 29

Class

LanguageInterface
Defines a language.

Namespace

Drupal\Core\Language

Code

const LANGCODE_NOT_SPECIFIED = 'und';

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Language!LanguageInterface.php/constant/LanguageInterface::LANGCODE_NOT_SPECIFIED/8.1.x