Difference between revisions of "LlGetAgentLanguage"

From Second Life Wiki
Jump to navigation Jump to search
m
(I'm guessing about what happens if the setting is disabled.)
Line 7: Line 7:
|func_desc
|func_desc
|func_footnote
|func_footnote
|caveats
|caveats=*If the user has "{{HoverText|Share language with objects|LanguageIsPublic}}" disabled then this function returns an empty string.
|examples
|examples
|spec
|spec

Revision as of 23:10, 23 May 2008

Summary

Function: string llGetAgentLanguage( key avatar );
0.0 Forced Delay
10.0 Energy

Returns a string that is the preferred language of the user avatar.

• key avatar avatar UUID that is in the same region

Return Description
"en" English
"da" Dansk (Danish)
"de" Deutsch (German)
"es" Español (Spanish)
"fr" Français (French)
"it" Italiano (Italian)
"hu" Magyar (Hungarian)
"nl" Nederlands (Dutch)
"pl" Polski (Polish)
"pt" Portugués (Portuguese)
"ru" Русский (Russian)
"tr" Türkçe (Turkish)
"uk" Українська (Ukrainian)
"zh" 中文 (简体) (Chinese)
"ja" 日本語 (Japanese)
"ko" 한국어 (Korean)

Caveats

  • If the user has "Share language with objects" disabled then this function returns an empty string.

Examples

Deep Notes

History

Signature

function string llGetAgentLanguage( key avatar );