- πͺπΈSpain penyaskito Seville π, Spain πͺπΈ, UTC+2 πͺπΊ
\Drupal\Core\Language\LanguageInterface
contains those constants and when each of those is documented.
Drupal 7 uses LANGUAGE_NONE (und) which is renamed to LANGUAGE_NOT_SPECIFIED in #965300: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE β to better explain what it is. Now LANGUAGE_NONE was used for various roles in Drupal 7 including at places where we did not know language (proper use) to where we knew it did not have language (where LANGUAGE_NOT_APPLICABLE should be used now) including where we just said it applies to all languages (for paths for example).
We should review and update the use of 'und' now that we have more language variants so we can better say what is the situation in each case. This can IMHO be done in parallel with #1471432: Rework language_list(), let people use more special languages β but is postponed on #965300: Change LANGUAGE_NONE to LANGUAGE_NOT_SPECIFIED; add LANGUAGE_NOT_APPLICABLE and LANGUAGE_MULTIPLE β needing to land.
The Drupal 7 usage of LANGUAGE_NONE (for entities) is explained in the Language support for entity fields documentation.
Closed: outdated
9.5
(Drupal 8 Multilingual Initiative) is the tag used by the multilingual initiative to mark core issues (and some contributed module issues). For versions other than Drupal 8, use the i18n (Internationalization) tag on issues which involve or affect multilingual / multinational support. That is preferred over Translation.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
\Drupal\Core\Language\LanguageInterface
contains those constants and when each of those is documented.