constant LANGUAGE_NONE

The language code used when no language is explicitly assigned.

Defined by ISO639-2 for "Undetermined".

156 uses of LANGUAGE_NONE
AggregatorTestCase::createSampleNodes in drupal/modules/aggregator/aggregator.test
Creates sample article nodes.
BlogTestCase::verifyBlogs in drupal/modules/blog/blog.test
Verify the logged in user has the desired access to the various blog nodes.
BookTestCase::createBookNode in drupal/modules/book/book.test
Creates a book node.
book_admin_edit_submit in drupal/modules/book/book.admin.inc
Form submission handler for book_admin_edit().
CommentAnonymous::testAnonymous in drupal/modules/comment/comment.test
Test anonymous comment functionality.

... See full list

File

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

Code

define('LANGUAGE_NONE', 'und');