Okapi .NET Library

ILocalizationDirectives.UseDirectives Method 

 [This is preliminary documentation and subject to change.]

Indicates if localization directives should be taken into account.

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

Return Value

True if the localization directives should be processed, false otherwise.

Remarks

Use the SetOptions method to change this option.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace | SetOptions