This class is available under a global localization variable.  
 More...
 | 
| static void  | SetTerm (string languageCode, string term, string translation) | 
|   | Add or modify a localization term.  More...
  | 
|   | 
This class is available under a global localization variable. 
 
◆ SetTerm()
  
  
      
        
          | static void SetTerm  | 
          ( | 
          string  | 
          languageCode,  | 
         
        
           | 
           | 
          string  | 
          term,  | 
         
        
           | 
           | 
          string  | 
          translation  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
  
 
Add or modify a localization term. 
- Parameters
 - 
  
    | languageCode | Language code, e.g. "en" | 
    | term | Name of the localization term, used to identify it | 
    | translation | Translation, possibly containing some value placeholders, formatted as {[PLACEHOLDER_NAME]} |