constant LANGUAGE_NOT_APPLICABLE

The language code used when the marked object has no linguistic content.

Should be used when we explicitly know that the data referred has no linguistic content.

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

2 uses of LANGUAGE_NOT_APPLICABLE
language_admin_overview_form in drupal/core/modules/language/language.admin.inc
User interface for the language overview screen.
language_default_locked_languages in drupal/core/includes/bootstrap.inc
Returns a list of the default locked languages.

File

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

Code

const LANGUAGE_NOT_APPLICABLE = 'zxx';