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 );
Use this method to set the status of the target text in bilingual files.
IFilterItem Interface | Okapi.Library.Filter Namespace | IsTranslated