Difference between revisions of "LlGetAgentPreferredLanguage"

From Second Life Wiki
Jump to navigation Jump to search
m (template-fu)
m (strange formatting issue ^^; i'll look into it.)
 
Line 16: Line 16:
|also
|also
|notes=This function would allow us to get information about preferred languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language preferred by the agent.}}
|notes=This function would allow us to get information about preferred languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language preferred by the agent.}}
--[[User:Eraz Rhode|Eraz Rhode]] 07:10, 29 May 2007 (PDT)
--[[User:Eraz Rhode|Eraz Rhode]] 07:10, 29 May 2007 (PDT)

Latest revision as of 09:52, 29 May 2007

Emblem-important-yellow.png LSL Feature Request
The described function does not exist. This article is a feature request.

Summary

Function: string llGetAgentPreferredLanguage( );
REQUEST Function ID
1.0 Forced Delay
10.0 Energy

Returns a string with the content of the profiles entry about languages.

Caveats

  • This function causes the script to sleep for 1.0 seconds.Requires data from the Owners profile, which is atm not generic and this way difficult to parse.
All Issues ~ Search JIRA for related Bugs

Examples

Notes

This function would allow us to get information about preferred languages the agent is capable of and this way offer scripts to alternate dialogs texts, notecards etc. to the specific language preferred by the agent.

Deep Notes

Search JIRA for related Issues

Signature

//function string llGetAgentPreferredLanguage();


--Eraz Rhode 07:10, 29 May 2007 (PDT)