Example: Internationalization context in a SOAP header
The following code example illustrates how internationalization context is represented within the SOAP header of a Web service request.
<InternationalizationContext> <Locales> <Locale> <LanguageCode>ja</LanguageCode> <CountryCode>JP</CountryCode> <VariantCode>Nihonbushi</VariantCode> </Locale> <Locale> <LanguageCode>fr</LanguageCode> <CountryCode>FR</CountryCode> </Locale> <Locale> <LanguageCode>en</LanguageCode> <CountryCode>US</CountryCode> </Locale> </Locales> <TimeZoneID>JST</TimeZoneID> </InternationalizationContext>
Related Tasks
Using the internationalization context API