Okapi .NET Library

ILocalizationDirectives.LocalizeOutside Method 

 [This is preliminary documentation and subject to change.]

Indicates if the extractable items outside the localization directives markers should be extracted.

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

Return Value

True if the extractable items outside the localization directives markers are to be extracted, false if they should not be extracted.

Remarks

This option should be applied only when the localization directives are in use. Use the SetOptions method to change the directives options.

See Also

ILocalizationDirectives Interface | Okapi.Library.Filter Namespace | SetOptions