LlGetAgentPreferredLanguage
From Second Life Wiki
| Languages: |
English |
| LSL Portal | | | Functions | | | Events | | | Types | | | Operators | | | Constants | | | Flow Control | | | Script Library | | | Tutorials |
| | LSL Feature Request |
| The described function does not exist. This article is a feature request. |
Contents |
Description
Function: string llGetAgentPreferredLanguage( );| REQUEST | Function ID |
| 1.0 | 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.
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.
--Eraz Rhode 07:10, 29 May 2007 (PDT)

