Languages
Get all languages
Returns all languages supported by the API.
Request
[PlatformAddress]/api/connector/v1/languages/getAll
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Language | required | The supported languages. |
Language
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Language-culture code of the language. |
| string | optional | Language-culture code of the fallback language. |
| string | required | English name of the language. |
| string | required | Local name of the language. |
Get language texts
Returns translations of texts in the specified languages.
Request
[PlatformAddress]/api/connector/v1/languages/getTexts
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Token identifying the client application. |
| string | required | Access token of the client application. |
| string | required | Name and version of the client application. |
| array of string | required | Language-culture codes of the Languages whose texts to return. |
| string | required | Scope of texts to return. |
Response
Property | Type | Contract | Description |
---|---|---|---|
| array of Language texts | required | Texts in the specified languages. |
Language texts
Property | Type | Contract | Description |
---|---|---|---|
| string | required | Language-culture code of the Language. |
| number | required | Texts in the specified language by their keys. |
Last updated