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;
True if the extractable items outside the localization directives markers are to be extracted, false if they should not be extracted.
This option should be applied only when the localization directives are in use. Use the SetOptions method to change the directives options.
ILocalizationDirectives Interface | Okapi.Library.Filter Namespace | SetOptions