Get the current localization directives of the filter.
[Visual Basic] Function GetLocalizationDirectives() As ILocalizationDirectives [C#] ILocalizationDirectives GetLocalizationDirectives(); [C++] ILocalizationDirectives* GetLocalizationDirectives(); [JScript] function GetLocalizationDirectives(): ILocalizationDirectives;
The current localization directive object of the filter, or null if the filter does not support localization directives.
IFilter Interface | Okapi.Library.Filter Namespace