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 );
Use this method to flag the item as translatable or not.
IFilterItem Interface | Okapi.Library.Filter Namespace | IsTranslatable