I have a content type for streaming videos that is configured to be Language Neutral.
When I create a new node of that type the node is created as "English". Even though I have the "Multilingual Support" set to Disabled for that node type. If I enable it, I can re-edit the node and set it to "Language Neutral".
When I set the node to Language Neutral variables look like this, with [und] where [en] normally is. Is that normal?
Why can't I create a node automatically as Language Neutral when "Multilingual Support" is set to Disabled for that content type?
As an aside, I'm having issues with node references, where my translated node is not showing up as expected. Perhaps related? See http://drupal.org/node/1216898.
[field_video_height] => Array
(
[und] => Array
(
[0] => Array
(
[value] => 480
)
)
)
vs:
[field_video_height] => Array
(
[en] => Array
(
[0] => Array
(
[value] => 480
)
)
)
Comments
Comment #1
jose reyero commentedSee #1032732: Content type "Require language" and "Set current language as default for new content" do not work