Change record status: 
Project: 
Introduced in branch: 
8.x
Description: 

A new language.module was introduced in Drupal 8 to abstract the language concept and configuration. Consequently, recently introduced hooks and API functions (all added in Drupal 8) were moved to the language_* namespace from the locale_language_* namespace. Such functions and hooks include:

The work is ongoing on the module, including fixing the schema to use "langcode" vs. "language" for the language code (http://drupal.org/node/1357918).

Impacts: 
Site builders, administrators, editors
Module developers