Okapi .NET Library

IFilterItem.SetTranslated Method 

 [This is preliminary documentation and subject to change.]

Sets the indicator whether the text of the item has already a translation.

[Visual Basic]
Sub SetTranslated( _ 
   ByVal p_bValue As Boolean _ 
)
[C#]
void SetTranslated(
   bool p_bValue
);
[C++]
void SetTranslated(
   bool p_bValue
);
[JScript]
function SetTranslated(
   bool p_bValue
);

Parameters

p_bValue
True if the text has an existing translation, false if not.

Remarks

Use this method to set the status of the target text in bilingual files.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | IsTranslated