Get Current device language
Returns current device language
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- current_language stringPossible values: [ English,Spanish,Russian,Ukrainian,Polish,Hebrew]
- all_supported_languages string[]Possible values: [ English,Spanish,Russian,Ukrainian,Polish,Hebrew]
{
  "current_language": "English",
  "all_supported_languages": [
    "English"
  ]
}
{
  "current_language": "English",
  "all_supported_languages": [
    "English",
    "Spanish",
    "Russian",
    "Ukrainian",
    "Polish",
    "Hebrew"
  ]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...