| ez | 
					 | 
			
|---|---|
| 
					 Hi, 
						When I am calling a plugin in ajax mode, I am missing my plugin language files. I have the general language items, but NOT the plugin language files...   Example : plug.php?r=myplug&a=bla I am building screens in ajax mode, so I want to use tags like {PHP.L.myplug_tag} in the TPL.. can anyone help.. Is this a possible bug ??? ==- I say: Keep it EZ -== 
					 | 
			
| Dayver | 
					 | 
			
|---|---|
| 
					 You must in your php file with ajax hook include lang file 
						require_once(sed_langfile('myplug'));Pavlo Tkachenko aka Dayver 
					 | 
			
| ez | 
					 | 
			
|---|---|
| 
					 Thnx Dayver,  
						I will load it manually ==- I say: Keep it EZ -== 
					 |