tags:

views:

25

answers:

2

If I'm doing content translation in Drupal 6, how do I change the language on a large amount of nodes without having to do it for each node? I have over 500 nodes.

+2  A: 

Views bulk operations a module for views would be one option. Another would be SQL. I would prefer vbo but am not sure if there is an change language action for it.

googletorp
That's very useful. Thanks. I'll try that.
Kris Khaira
A: 

I found what I was looking for. There's a module called Language Assignment.

Kris Khaira

related questions