2.2.4.10 ChangeDataForSetDefaultLanguage

Namespace: http://schemas.microsoft.com/sharepoint/taxonomy/soap/

Change data for a change to the default language for the term store.

 <xs:complexType name="ChangeDataForSetDefaultLanguage">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Data">
       <xs:complexType>
         <xs:sequence>
           <xs:element minOccurs="1" maxOccurs="1" name="FromLanguage" type="LCID"/>
           <xs:element minOccurs="1" maxOccurs="1" name="ToLanguage" type="LCID"/>
         </xs:sequence>
       </xs:complexType>
     </xs:element>
   </xs:sequence>
 </xs:complexType>

Data: Root element.

Data.FromLanguage: The previous default language code identifier (LCID) for the term store.

Data.ToLanguage: The new default LCID for the term store.