Enable and configure the node-based localization method
You configure IXIASOFT CCMS to use
		the node-based localization method by enabling the NodeBasedLocalizationManagerService manager in the localizationManagers.xml file.
The following code shows the node-based localization manager class in the localizationManagers.xml file.
<manager
   class = 
     "com.ixiasoft.cms.controller.localization.NodeBasedLocalizationManagerService"              
   name = "Node based Localization manager" >           
   <config name = "substantialChange">false</config>      
</manager>| Option | Description | 
|---|---|
| substantialChange | Specifies whether to localize the objects with
								substantial changes only. The substantial change flag, which is set when a document is released, allows users to specify whether a document contains substantial or minor changes. You can configure the localization manager so
									that only the objects with substantial changes are sent for
									localization to reduce localization costs. To enable this
									feature, set the  Note that the status of the objects that are not
									packaged in the localization kit (that is, the objects with
									minor changes) is moved directly to the  Set the  Default value is  | 
