Gets the translation of the current filter item.
[Visual Basic] Function GetTranslatedItem() As IFilterItem [C#] IFilterItem GetTranslatedItem(); [C++] IFilterItem* GetTranslatedItem(); [JScript] function GetTranslatedItem(): IFilterItem;
The IFilterItem interface to the translated text of the current item.
You must call the ReadItem method before using this method. If the item returned is a text item it may have an existing translation (in the case of bilingual files), use the IsTranslated method on the item returned by GetItem to detect if such translation is available. If there is no translation available, the result of GetTranslatedItem is null.
IFilter Interface | Okapi.Library.Filter Namespace | IFilterItem | ReadItem | IsTranslated | GetItem