Closed (fixed)
Project:
Internationalization
Version:
7.x-1.8
Component:
Synchronization
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 19:40 UTC
Updated:
5 Feb 2013 at 00:36 UTC
Jump to comment: Most recent
Comments
Comment #1
brucepearson commentedYou can run a database query to do this.
UPDATE node SET language="en" where language=""
Make sure you do a DB backup before doing this.
Comment #2
louisx20 commentedperfect. Thanks.
Comment #3
kars-t commentedComment #4
revnoah commentedA small adjustment is needed for this to work in Drupal 7
UPDATE node SET language = 'en' WHERE language = 'und';Comment #5
outlaw82 commentedwhen I change the language i need to change the data body to in order to be able to modify the text already written