CONSTANTS
    
            
            in package
            
        
    
    
    
        
            CONSTANTS class (English)
Various numbers, days, months etc.
Table of Contents
- local_gettext() : string
 - Get the translation of a string
 
Methods
local_gettext()
Get the translation of a string
    private
                local_gettext(bool $english_string) : string
        This function exists only to force the string to stay in english because some code like Bibtex and EndNote need the english version of constants and Gettext is not able to switch the language after a load in a single process.
Parameters
- $english_string : bool
 - 
                    
If TRUE, bypass gettext and return the string untranslated