ll.GetAgentLanguage (AvatarID: uuid) -> stringReturns the language code of the preferred interface language of the avatar. Returns a string that is the language code of the preferred interface language of the resident.
ll.GetAgentLanguage(uuid(<key>))
{
"def": "func",
"desc": "Returns the language code of the preferred interface language of the avatar.\nReturns a string that is the language code of the preferred interface language of the resident.",
"energy": 10,
"sleep": 0,
"must_use": true,
"link": "https://wiki.secondlife.com/wiki/LlGetAgentLanguage",
"private": false,
"takesSelf": false,
"name": "GetAgentLanguage",
"signatures": [
{
"def": "signature",
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
{
"def": "simple",
"value": "string"
}
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "AvatarID",
"desc": "",
"type": [
{
"def": "simple",
"value": "uuid"
},
{
"def": "simple",
"value": "string"
}
],
"variadic": false,
"optional": false
}
]
}
]
}