5 June 2016
language (Commands) | |
---|---|
Type | Corrade progressive command |
Command | language |
Parameters | group , password , action |
Description | The language command can be used to process language such as detect the language (in ISO639_3 notation) that a message is written in. |
Permissions | talk |
Last Changes | Release 9.86 - added. |
The language
command can be used to process language such as detect the language (in ISO639_3 notation) that a message is written in.
Command | Required Parameters | Required Corrade Permissions | Example |
---|---|---|---|
language | group , password , action | talk | llInstantMessage(CORRADE, wasKeyValueEncode( [ // detect the most probable languages // that the message is written in and // return the result to the callback "command", "language", "group", wasURLEscape(GROUP), "password", wasURLEscape(PASSWORD), "action", "detect", "message", "Hallo wie geht es dir heute?", "callback", wasURLEscape(URL) ] ) ); |
Parameter | Possible Value | Description |
---|---|---|
action | detect | Return a sorted list of probable languages in ISO639_3 notation by factor that the message is written in. |
For the copyright, license, warranty and privacy terms for the usage of this website please see the license, privacy, copyright and the plagiarism pages.