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
Languages
required
The supported languages.
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.
LanguageCodes
array of string
required
Scope
string
required
Scope of texts to return.
Response
LanguageTexts
required
Texts in the specified languages.
Language texts
LanguageCode
string
required
Texts
number
required
Texts in the specified language by their keys.
Last updated