Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > SQL Import utility for multi-culture View modes: 
User avatar
Member
Member
thomas.wat-vizztech - 3/22/2010 4:57:19 AM
   
SQL Import utility for multi-culture
I am trying to use SQL Import utility to import data for multi-culture. The tool is ok for first culture. However, when import second culture, the new nodes are created instead of new culture of same nodes. Does this tool support importing data for multi-culture?
Many Thanks.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 4/4/2010 4:16:34 AM
   
RE:SQL Import utility for multi-culture
Hello,

Regrettably, this feature is not supported by SQL Import tool. You could optionally import documents as new culture versions by custom code using Kentico CMS API. You can use InsertAsNewCultureVersion method of TreeNode class - please see Content management internals section of DevGuide and related topics in the 'Managing documents' section for more details.

Best Regards,

Martin Dobsicek