JointSpace API Documentation
REST API Method: GET system/menulanguage
Returns the menu language.
URL
http://ip-address:1925/1/system/menulanguage
Format
json
HTTP Method
GET
Requires Authentication
false
Parameters
Response
This resource returns a JSON object with key/value pairs. See the JSON example for how these key/value pairs are returned.
Keys
- menulanguage (string): The current menu language. One of the following:
- Arabic
- Basque
- BrazilianPortuguese
- Bulgarian
- Catalan
- Croatian
- Czech
- Danish
- Dutch
- English
- Estonian
- Finnish
- French
- Gaelic
- Galligan
- German
- Greek
- Hebrew
- Hungal
- Hungarian
- Irish
- Italian
- Kazakh
- Latinspanish
- Latvian
- Lithuanian
- Malay
- Norwegian
- Persian
- Polish
- Portuguese
- Romanian
- Russian
- Serbian
- Simplifiedchinese
- Slovak
- Slovenian
- Spanish
- Swedish
- Taiwanese
- Thai
- Turkish
- Ukrainian
- Unknown
- Welsh
JSON example
{
"menulanguage": "Dutch"
}