Okapi .NET Library

ILocalizationDirectives.IsLocalizable Method 

 [This is preliminary documentation and subject to change.]

Indicates if the current context is localizable or not.

[Visual Basic]
Function IsLocalizable( _ 
   ByVal p_bPopSingle As Boolean _ 
) As Boolean
[C#]
bool IsLocalizable(
   bool p_bPopSingle
);
[C++]
bool IsLocalizable(
   bool p_bPopSingle
);
[JScript]
function IsLocalizable(
   bool p_bPopSingle
): bool;

Parameters

p_bPopSingle
True if the current context is to be popped back to its previous one.

Return Value

True if the current context is localizable, false if not.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace