Overview | Service | Command |
Get the intersection of all translated locales installed on the server and the list specified in zimbraAvailableLocale. The locale list in the response is sorted by display name (name attribute).
Authorization token required | true |
Admin Authorization token required | false |
<GetAvailableLocalesRequest /> ## GetAvailableLocalesRequest
<GetAvailableLocalesResponse> ## GetAvailableLocalesResponse
(<locale id="{locale-id}" name="{locale-own-name}" [localName="{locale-local-name}"] /> ## LocaleInfo)*
</GetAvailableLocalesResponse>
The following table describes elements and attributes you can define within a
<GetAvailableLocalesResponse>
element:
XPath | Required / Optional | Description |
/locale | Optional (0 or more) | Information about locales |
/locale@id | Required (only 1) | Type:String Locale ID |
/locale@name | Required (only 1) | Type:String Name of the locale in the locale itself |
/locale@localName | Optional (0 or 1) | Type:String Name of the locale in the users' locale |