| 
          Methods | 
        
          Description | 
      
      
        
          FormatPhrase(...) | 
        
          Returns the phrase based a on template in the language dictionary. | 
      
      
        
          FormatString(...) | 
        
          Returns the formatted string based a on template in the language 
			dictionary. | 
      
      
        
          Lookup(String key) | 
        
          Returns the translated text for an identifier in the section. | 
      
      
        
          Lookup2(String key, String keyFallback) | 
        
          Returns the translated text for an identifier in the section. If not 
			found, returns the second one. | 
      
      
        
          LookupEx(String keyStart, String keyEnd) | 
        
          Returns the translated text for an identifier that is the 
			concatenation of both parameters. | 
      
      
        
          Peek(String key) | 
        
          Same as lookup but no error reported if key not found. | 
      
      
        
          Peek2(String key, String keyFallback) | 
        
          Same as lookup but no error reported if key not found. | 
      
      
        
          SearchKeywordHyperlink(...) | 
        
         |