2.2.4.50 CultureCommandParameter

Namespace: http://schemas.microsoft.com/office/Excel/Server/WebServices/ExcelServerInternalService/

The CultureCommandParameter is used to specify UI culture, data culture and host data language related information when creating a new session.

 <xs:complexType name="CultureCommandParameter" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="UICultureName" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="DataCultureName" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="SharePointDataCultureName" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

UICultureName: A language tag as specified in [RFC1766] section 2. Specifies the UI culture. MUST be present. MUST NOT be empty. MUST NOT be longer than 32768 characters. If the language represented by UICultureName is unsupported on the protocol server, the protocol server MAY<4> fall back to some other supported language.

DataCultureName: A language tag as specified in [RFC1766] section 2. Specifies the data culture. MUST be present. MUST NOT be empty. MUST NOT be longer than 32768 characters. The protocol server uses SharePointDataCultureName as a fallback data culture if DataCultureName is not supported.

SharePointDataCultureName:  A language tag as specified in [RFC1766], section 2. Specifies the host data language. MUST be present. MUST NOT be longer than 32768 characters.