[Opensim-dev] language
Michel Beauregard
gimisa at yahoo.fr
Mon Jul 27 23:10:19 UTC 2015
opensim has international reaches. Its users, and server sysop are found accross the planet .I wonder if the script function responding to the user language will eventually be functionnal in this environment.
http://wiki.secondlife.com/wiki/LlGetAgentLanguage
http://opensimulator.org/wiki/LSL_Status/Functions ... comment as follows for this function:
Requires testing and Verification (update here plz)
The testing I have done with the follwing script in SL and in my little grid 3d.gimisa.ca:9000 shows its not operational in opensim latest stable. Simply switching language in singularity viewer general tab did change the reported language in SL but not in Opensim.
//gimisa at yahoo.fr language detection test 150727
default
{
state_entry()
{
llSay(0, "Script running");
llOwnerSay(llGetAgentLanguage( llGetOwner()));
}
touch_start(integer n ){
llSay(0,llGetAgentLanguage( llDetectedKey(0)));
}
}
Have great vacation .
Hope it helps
GiMiSa
More information about the Opensim-dev
mailing list