Open GoogleCodeExporter opened 9 years ago
is there already a solution for this issue?
Original comment by bernhard.zechmeister@gmail.com
on 10 Oct 2010 at 11:30
my workaround:
1. replace all \r\n with <BR> and then translate it.
2. replace the other way round
string source = text.Replace("\r", "").Replace("\n", "<BR>");
string translation = client.Translate(source, "en", "ro");
translation = translation.Replace("<BR>", "\r\n");
Original comment by bernhard.zechmeister@gmail.com
on 11 Oct 2010 at 6:26
Original issue reported on code.google.com by
lord.iom...@gmail.com
on 7 Jan 2010 at 4:24