Changing Non-Multilingual Properties to Multilingual

To change non-multilingual properties in your own catalog system to multilingual properties, use the Commerce Server 2002 Upgrade tool. Create an XML file as follows:

<?xml version="1.0" ?> 
<UpgradeInfo>
<PropertyName>Description</PropertyName> 
</UpgradeInfo >

Add a <PropertyName> tag for each property you want to convert to multilingual.

Use the following command:

CS2002Upgrade –L –N “connection string to the catalog database” –X “path of the XML file”

Copyright © 2005 Microsoft Corporation.
All rights reserved.