Languages.getSupportedList (Method)
Returns one or more structures, each containing information about languages that could be used at the site as well as a Boolean flag indicating if that language is supported.
Returns:
Languages_GetSupportedList_Result (query)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
IsSupported | Boolean | Boolean flag which when set to true indicates that this is a supported language. |
LanguageID | LanguageID | The language's ID. |
LanguageName | LanguageName | The language's name. |
NumberOfSubsitesUsing | NonNegativeInteger | The number of subsites using this language. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None