public CSTLHelper(byte[] Script, string Lang) { Editor = new CSTL(Script); this.Lang = Lang; }
public CSTLHelper(byte[] Script) { Editor = new CSTL(Script); Lang = "en"; }