Okapi .NET Library

IFilterItem.IsTranslatable Method 

 [This is preliminary documentation and subject to change.]

Indicates whether the text is translatable.

[Visual Basic]
Function IsTranslatable() As Boolean
[C#]
bool IsTranslatable();
[C++]
bool IsTranslatable();
[JScript]
function IsTranslatable(): bool;

Return Value

True if the text of the item is translatable, false if not.

Remarks

Use this method to query whether the item is translatable or not.

See Also

IFilterItem Interface | Okapi.Library.Filter Namespace | SetTranslatable