Okapi .NET Library

IFilterItem.IsTranslated Method 

 [This is preliminary documentation and subject to change.]

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;

Return Value

True if the text of the item has a translation, false if not.

Remarks

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.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetTranslated | GetTranslatedItem