Okapi .NET Library

IFilter.GetTranslatedItem Method 

 [This is preliminary documentation and subject to change.]

Gets the translation of the current filter item.

[Visual Basic]
Function GetTranslatedItem() As IFilterItem
[C#]
IFilterItem GetTranslatedItem();
[C++]
IFilterItem* GetTranslatedItem();
[JScript]
function GetTranslatedItem(): IFilterItem;

Return Value

The IFilterItem interface to the translated text of the current item.

Remarks

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.

See Also

IFilter Interface | Okapi.Library.Filter Namespace | IFilterItem | ReadItem | IsTranslated | GetItem