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

Language configuration does not store or ask for the native name of a language anymore, and the English name was changed to just name. If you need the name of a language in any language, you can use configuration translation (for configured languages) or t() for predefined languages using the language code.

// Assuming German interface translations are loaded, this will translate to native name.
$deutsch = t('German', array(), array('langcode' => 'de'));
Updates Done (doc team, etc.)
Online documentation: 
Not done
Theming guide: 
Not done
Module developer documentation: 
Not done
Examples project: 
Not done
Coder Review: 
Not done
Coder Upgrade: 
Not done
Other: 
Other updates done