OpenMetaverse Protocol Library Developers API Documentation
UpdateAgentLanguage Method (language, isPublic)
NamespacesOpenMetaverseAgentManagerUpdateAgentLanguage(String, Boolean)
Tells the sim what UI language is used, and if it's ok to share that with scripts
Declaration Syntax
C#
public 
void 
UpdateAgentLanguage(
        
string 
language,
        
bool 
isPublic
)
Parameters
language ( String)
Two letter language code
isPublic ( Boolean)
Share language info with scripts

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)