Repetier-Host Plugin  2.0.0
RepetierHostExtender.utils.Trans Class Reference

Public Member Functions

 Trans (string folder, IHost _host)
 
void AddFolder (string folder)
 Learn translations stored in this folder in addition to the default Translations from main routine. More...
 
void selectLanguage (Translation t)
 

Static Public Member Functions

static Trans Init (IRegMemoryFolder _reg)
 
static string T (string id)
 
static string T1 (string id, string v1)
 
static string T2 (string id, string v1, string v2)
 
static string T3 (string id, string v1, string v2, string v3)
 
static string T4 (string id, string v1, string v2, string v3, string v4)
 

Public Attributes

Translation english = null
 
Translation active = null
 
SortedList< string, Translationtranslations
 

Static Public Attributes

static Trans trans = null
 
static IHost host
 
static IRegMemoryFolder reg = null
 

Member Function Documentation

◆ AddFolder()

void RepetierHostExtender.utils.Trans.AddFolder ( string  folder)

Learn translations stored in this folder in addition to the default Translations from main routine.

Parameters
folder

The documentation for this class was generated from the following file:
About Us | Privacy Policy