llGetAgentPreferredLanguage
		
		
		
		Jump to navigation
		Jump to search
		
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials | 
|   | LSL Feature Request | 
| The described function does not exist. This article is a feature request. | 
Summary
Function: string llGetAgentPreferredLanguage( );| 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.
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
| Signature | 
|---|
| //function string llGetAgentPreferredLanguage(); | 
--Eraz Rhode 07:10, 29 May 2007 (PDT)