I use this code for replace a Persian word with another one in aspose.Word for .net:
var rst = builder.Document.Range.Replace("خلیج پارس", "خلیج فارس", false, true);
I’m sure there is “خلیج فارس” into my docx file. But after run that code it’s not replace. What’s wrong?
Can you suggest me a sample code for Persian language search text by Aspose.Word?