Languages
Get all languages
Returns all languages supported by the API.
Request
[PlatformAddress]/api/connector/v1/languages/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Response
Language
Code
string
required
Language-culture code of the language.
FallbackLanguageCode
string
optional
Language-culture code of the fallback language.
EnglishName
string
required
English name of the language.
LocalName
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
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Scope
string
required
Scope of texts to return.
Response
Language texts
Texts
number
required
Texts in the specified language by their keys.
Last updated