ListLocales Message

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Enumerates all the supported locales in a conference center.

Components

Component Type

XML Element

Request

ListLocalesRequest

Reply

ListLocalesReply

Remarks

To use this API, a caller can be any member of the conference center and does not need to be in the Administrator or Organizer role.

Examples

This example shows how to enumerate all the supported locales in a conference center.

The following code shows a request sent to the conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <ListLocalesRequest/>
</PlaceWareConfCenter>

The following shows a reply returned from the conference center.

<PlaceWareConfCenter>
  <ListLocalesReply>
    <Locale language="de" country="DE"></Locale>
    <Locale language="en" country="US"></Locale>
    <Locale language="es" country="ES"></Locale>
    <Locale language="fr" country="FR"></Locale>
    <Locale language="ja" country="JP"></Locale>
    <Locale language="ko" country="KR"></Locale>
    <Locale language="zh" country="CN"></Locale>
    <Locale language="zh" country="TW"></Locale>
  </ListLocalesReply>
</PlaceWareConfCenter>

See Also

Concepts

ListLocalesRequest Element

ListLocalesReply Element