Passes a localization directives context to the filter.
[Visual Basic] Function SetLocalizationDirectives( _ ByVal p_LD As ILocalizationDirectives _ ) As Boolean [C#] bool SetLocalizationDirectives( ILocalizationDirectives p_LD ); [C++] bool SetLocalizationDirectives( ILocalizationDirectives* p_LD ); [JScript] function SetLocalizationDirectives( ILocalizationDirectives p_LD ): bool;
True if the context was passed without error, false otherwise.
When the filter is used to process data extracted from inside another dataset (e.g. a script within an HTML file) you may need to pass the context of the outer filter.
IFilter Interface | Okapi.Library.Filter Namespace