Closed (fixed)
Project:
Drupal core
Version:
6.2
Component:
language system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2008 at 04:43 UTC
Updated:
25 Jun 2010 at 20:34 UTC
I created some nodes before activating the multi-language features in core. Is there a way for me to mass update those nodes' languages from the default English to "language neutral"? Right now there's no such thing under Content Management > Content under the 'update options' menu. Thanks.
Comments
Comment #1
lilou commentedComment #2
ainigma32 commentedAFAIK there's no way to do that through the interface. The only way I can think of would be using a (couple of) queries on the db directly. That is pretty risky and it will only work if you manage to mimic all queries that the system would execute.
If you don't have too many nodes I would suggest changing them one by one.
- Arie
Comment #4
hanoiiFor what it worth, I just submitted a patch for i18n that does this: #837830: Node operations to set node's language