Languages that SAP Translation Hub supports.
GET {{baseUrl}}/languages?search=<string>
Returns a list of the languages that SAP Translation Hub supports. You can also check whether a particualr language is available in SAP Translation Hub.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
search | string | Determines whether a particular language is available in SAP Translation Hub. You must enter the name, as opposed to the ID, of the language, for example, Bulgarian . |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"languages":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","bcp-47-code":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","bcp-47-code":"\u003cstring\u003e"}]}