Siebel Analytics Web Services Guide > Description of Structures in the Siebel Analytics Web SOAP API >

SAWLocale Structure


The SAWLocale structure defines the locale for the current session. This structure is used in the SAWSessionService. Table 21 lists the fields in this structure.

Table 21. SAWLocale Structure Fields
Fields
Description

String language

Values for language should conform to the ones used in java, in the java.util.Locale class (ISO-639, ISO-3166).

String country

Values for country should conform to the ones used in java, in the java.util.Locale class (ISO-639, ISO-3166).

Siebel Analytics Web Services Guide