Indicates whether the text is translatable.
[Visual Basic] Function IsTranslatable() As Boolean [C#] bool IsTranslatable(); [C++] bool IsTranslatable(); [JScript] function IsTranslatable(): bool;
True if the text of the item is translatable, false if not.
Use this method to query whether the item is translatable or not.
IFilterItem Interface | Okapi.Library.Filter Namespace | SetTranslatable