3.1.4.4.3.3 ServerSyncLanguageData
-
<s:complexType name="ServerSyncLanguageData"> <s:sequence> <s:element minOccurs="1" maxOccurs="1" name="LanguageID" type="s:int" /> <s:element minOccurs="0" maxOccurs="1" name="ShortLanguage" type="s:string" /> <s:element minOccurs="0" maxOccurs="1" name="LongLanguage" type="s:string" /> <s:element minOccurs="1" maxOccurs="1" name="Enabled" type="s:boolean" /> </s:sequence> </s:complexType>
LanguageID: Identifies the language corresponding to this entry. This MUST be set to 0 (which is a special value that refers to all languages) or to a language ID referring to a specific language, as specified in [MS-LCID].
ShortLanguage: This field MUST be present. It provides a short name for the language. The value "all" refers to "All languages". All other language short names are as specified in [MS-LCID].
LongLanguage: This field MUST be present. It provides a long name for the language. The value "all" refers to "All languages". All other language long names are as specified in [MS-LCID].
Enabled: MUST be set to TRUE if the USS currently supports updates in the specified language. Otherwise, MUST be set to FALSE.