Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
documentation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Jul 2011 at 08:15 UTC
Updated:
29 Jul 2014 at 19:49 UTC
I bet noone has the slightest idea what
/**
* The type of language used to define the content language.
*/
define('LANGUAGE_TYPE_CONTENT', 'language_content');
this wants to be.
Comments
Comment #1
gábor hojtsyThis issue might or might not be a duplicate of #1156576: Language negotiation is undocumented.
As mentioned there the types as well as providers in detail are documented only in the upgrade guide at http://drupal.org/update/modules/6/7#language_negotiation and that needs to be moved into a topic into code and referenced from the relevant places. Not sure if we are well served by multiple very related issues on this, will leave this to Jennifer and other docs people to decide.
Comment #2
chx commented#1156576: Language negotiation is undocumented
Comment #3
plachI don't think language constants are useless in D7, perhaps in D8 they might lose meaning within the WSSCI scope or maybe they will make even more sense, we will see. Meanwhile we can try to improve doumentation, that's surely a less invasive change.
Comment #4
plachcrosspost
Comment #5
gábor hojtsyTagging for base language system.
Comment #6
gábor hojtsyTagging for language negotiation too.