Okapi .NET Library

IFilterItem.SetTranslatable Method 

 [This is preliminary documentation and subject to change.]

Sets the indicator whether the text of the item is translatable or not.

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

Parameters

p_bValue
True if the text is translatable, false if not.

Remarks

Use this method to flag the item as translatable or not.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | IsTranslatable