Procedural File: lang.php
Source Location: /lib/lang.php
  
 
 
Page Details:
  
Tags:
  
  
  
 
   
	
	IncludeAdminLang [line 68]
	
    
    
		void IncludeAdminLang(
 $rubrique)
     |   
     |  
 
		IncludeAdminLang()  Fait les includes de fichiers de langue en fonction de la rubrique active ( partie admin )
 Tags:
    
	
    		Parameters
    
    	
	 
   
	
	IncludeLang [line 17]
	
    
		IncludeLang()  Fait les includes de fichiers de langue en fonction de la rubrique active ( partie publique )
 Tags:
    
	
    	
	 
   
	
	IncludeLanguagesPluginfiles [line 152]
	
    
    
		void IncludeLanguagesPluginfiles(
object $plugin)
     |   
     |  
 
		IncludeLanguagesPluginfiles() Include plugin files from specific plugin languages folders 
Tags:
    
	
    		Parameters
    
    	
	 
   
	
	IncludeUserfiles [line 129]
	
    
		IncludeUserfiles()  Include user files prefixed by '_' from languages folders
 Tags:
    
	
    	
	 
   
	
	_def [line 116]
	
    
    
		string _def(
string $scope, string $item, string $str)
     |   
     |  
 
		_def() Define a user language variable  override previous value if already defined     
	
    		Parameters
    
		      
        | string   | 
        $scope   | 
         | 
       
		      
        | string   | 
        $item   | 
         | 
       
		      
        | string   | 
        $str   | 
         | 
       
				 
    	
	 
   
	
	_t [line 93]
	
    
    
		string _t(
string $scope, string $item)
     |   
     |  
 
		_t() Translate item     
	
    		Parameters
    
		      
        | string   | 
        $scope   | 
         | 
       
		      
        | string   | 
        $item   | 
         | 
       
				 
    	
	 
        
       |