http://schemas.microsoft.com/sqlserver/2004/SOAP/Options
element initialLanguage

Documentation
Set initial language to set.
The name of the initial language to set.
Whether the initial language is optional or not.
Properties
This component is not nillable.

Model
<initialLanguage
  optional = xsd:boolean : false
  value = xsd:string>

</initialLanguage>


Attribute Summary
 xsd:booleanoptional
          Whether the initial language is optional or not. 
 xsd:stringvalue
          The name of the initial language to set. 

Attribute Detail

optional

Whether the initial language is optional or not.

Type:
xsd:boolean
Default:
false
Use:
optional
Form:
unqualified

value

The name of the initial language to set.

Type:
xsd:string
Use:
required
Form:
unqualified

Source
<xsd:element name="initialLanguage">
<xsd:complexType>
<xsd:attribute form="unqualified" name="value" type="xsd:string" use="required">
</xsd:attribute>
<xsd:attribute default="false" form="unqualified" name="optional" type="xsd:boolean">
</xsd:attribute>
</xsd:complexType>
</xsd:element>


http://www.stylusstudio.com