How to change node languages in batches?

2019-07-26 14:35发布

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.

标签: drupal
2条回答
倾城 Initia
2楼-- · 2019-07-26 14:44

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.

查看更多
贼婆χ
3楼-- · 2019-07-26 14:44

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

查看更多
登录 后发表回答