String paragraph = paragraphs[i];
try {
transParagraphs[i] = bundle.getString(paragraph);
}
catch (MissingResourceException e) {
throw new TTextNotTranslatable(paragraph);
}
}
TDocumentBody transBody = new TDocumentBody();
transBody.setParagraph(transParagraphs);