Indicates whether the text of the item has already a translation.
[Visual Basic] Function IsTranslated() As Boolean [C#] bool IsTranslated(); [C++] bool IsTranslated(); [JScript] function IsTranslated(): bool;
True if the text of the item has a translation, false if not.
Some file formats have bilingual content and may have both a source text and its translation. Such items are normally considered having an existing translation if the part where the translation text should be is 1) not empty or 2) has a text different from the source text. Use the GetTranslatedItem method of the filter to retrieve the translated text item.
IFilterItem Interface | Okapi.Library.Filter Namespace | SetTranslated | GetTranslatedItem