Esempio n. 1
0
 //Get sentence from file
 //the names of the sentences are defined in the xml file
 public string GetSentence(string sentenceName)
 {
     return(langReader.getString(sentenceName));
 }