The following service will retrieve information about the portal languages and cultures available.
GetLocale
This service is used to query the Locale object.
Request Parameters
| Node |
Required |
Data Type |
Description |
| code |
Yes |
String |
The locale code (e.g. "en-US" or "fr-FR"). |
Return Data
| Node |
Data Type |
Description |
| locale |
XML |
|
| code |
String |
|
| createdOnDate |
DateTime |
|
| englishName |
String |
|
| fallback |
String |
|
| isPublished |
Boolean |
|
| languageID |
Integer |
|
| lastModifiedOnDate |
DateTime |
|
| nativeName |
String |
|
| portalID |
Integer |
|
| text |
String |
|
GetLocales
This service is used to query all the available portal Locales object.
Request Parameters
None
Return Data
| Node |
Data Type |
Description |
| locales |
XML |
Container node |
| locale |
XML |
Zero or more locale nodes with same data structure as GetLocale service return data. |