This RPC has no additional parameter requirements
Name | Type | Mandatory | Additional |
---|---|---|---|
languages | Common.Language | true | array: true minsize: 1 maxsize: 100 |
{ "id" : 99, "jsonrpc" : "2.0", "method" : "UI.GetSupportedLanguages" }
{ "id" : 99, "jsonrpc" : "2.0", "result" : { "languages" : ["AR-SA", "DE-DE", "EN-GB", "EN-US", "ES-ES", "FR-FR", "IT-IT"], "code" : 0, "method" : "UI.GetSupportedLanguages" } }
{ "id" : 99, "jsonrpc" : "2.0", "error" : { "code" : 9, "message" : "The requested data is not available", "data" : { "method" : "UI.GetSupportedLanguages" } } }