Example #1
0
 private void button1_Click(object sender, EventArgs e)
 {
     MessageBox.Show(XiaoNiu.TranslateWord("how are you."));
 }
Example #2
0
 static string Translate(string text)
 {
     return("(" + XiaoNiu.TranslateWord(text) + ")");
 }