View Single Post
  #13  
Old 05-10-2009, 08:29 AM
realityincarnate
Developer
 
Join Date: Dec 2007
Posts: 122
Default

Could you give me an example of how you're using $langid? It seems to work fine for me, but my only tests have been simple things like
Code:
quest::say("Your language id is $langid");
and
Code:
if($langid == 3) {
type things.
Reply With Quote