I'm pretty sure it is not possible, but just wanted to make sure:
I want to add a ParagraphUnit or SegmentPair in Bilingual File, is this possible?
I don't think this is possible because Paragraph Units/SegmentPairs are generated during Native to Bilingual Conversion process and there is
not method to add new ones during Batch Task. The closest I can get is adding ISegment to a IParagraph but that cause an error.
Usecase:
I want to add a new SubSegment for localization in bilingual file after creating a placeholder, I can add a SubSegmentReference, but the translatable content is usually added to a new ParagraphUnit.
Reference:
I pretty much am doing same thing as Expose Localizable Text Within a Tag (see following link), but I am working with the Bilingual File as a Batch Task, so cannot use InlinePlaceholderTag. (I am trying to create ParagraphUnit or SegmentPair manually)