Ungetestet; könnte aber funktionieren:
Delphi-Quellcode:
Selection.Find.ClearFormatting;
Selection.Find.Text := '<langtext>';
(*
ggf. noch weitere Properties einstellen
.Replacement.Text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
*)
if Selection.Find.Execute then
Selection.InsertFile(....