Exemplo n.º 1
0
 private string TranslateScript(string path)
 {
     string[] textLines = scriptTexts[path].Split('\n');
     PressPlay.FFWD.Exporter.ScriptTranslator trans = new Exporter.ScriptTranslator(textLines);
     trans.Translate();
     return(trans.ToString());
 }
Exemplo n.º 2
0
 private string TranslateScript(string path)
 {
     string[] textLines = scriptTexts[path].Split('\n');
     PressPlay.FFWD.Exporter.ScriptTranslator trans = new Exporter.ScriptTranslator(textLines);
     trans.Translate();
     return trans.ToString();
 }