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';
doc_Drupal
2016-10-29 09:22:29
Comments
Leave a Comment

Please login to continue.