<html><head><style>body{font-family:Helvetica,Arial;font-size:13px}</style></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div id="bloop_customfont" style="font-family:Helvetica,Arial;font-size:13px; color: rgba(0,0,0,1.0); margin: 0px; line-height: auto;">The current code in head should work with that function. Although, the current implementation has been questioned and could certainly be improved upon. (It was my design and I haven’t had a lot of time lately to take the feedback it’s been given and improve it myself yet.) With the code in head, it’s my opinion that internationalization work could begin.</div> <br> <div id="bloop_sign_1438039048751223040" class="bloop_sign"><div style="font-family:helvetica,arial;font-size:13px">-- <br>Cinder Roxley<br>Sent with Airmail</div></div> <br><p class="airmail_on" style="color:#000;">On July 27, 2015 at 5:10:52 PM, Michel Beauregard (<a href="mailto:gimisa@yahoo.fr">gimisa@yahoo.fr</a>) wrote:</p> <blockquote type="cite" class="clean_bq"><span><div><div></div><div>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.  
<br>
<br>http://wiki.secondlife.com/wiki/LlGetAgentLanguage
<br>
<br>http://opensimulator.org/wiki/LSL_Status/Functions    ...  comment as follows for this function:
<br> Requires testing and Verification (update here plz)  
<br>
<br> 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.
<br>
<br>
<br>//gimisa@yahoo.fr language detection test 150727
<br>default
<br>{
<br>    state_entry()
<br>    {
<br>        llSay(0, "Script running");
<br>        llOwnerSay(llGetAgentLanguage( llGetOwner()));
<br>    }
<br>     
<br>    touch_start(integer n ){
<br>              llSay(0,llGetAgentLanguage( llDetectedKey(0)));
<br>            }   
<br>}
<br>
<br>Have great vacation .
<br>Hope it helps
<br>GiMiSa
<br>
<br>
<br>_______________________________________________
<br>Opensim-dev mailing list
<br>Opensim-dev@opensimulator.org
<br>http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
<br></div></div></span></blockquote></body></html>