GET Provider/Language/Finish

Get whether the language list for the Provider is OK.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ParaLanguageFinish
NameDescriptionTypeAdditional information
LanguageListDone

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "LanguageListDone": true
}

application/xml, text/xml

Sample:
<ParaLanguageFinish xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <LanguageListDone>true</LanguageListDone>
</ParaLanguageFinish>