Okapi .NET Library

IFilter.GetLocalizationDirectives Method 

 [This is preliminary documentation and subject to change.]

Get the current localization directives of the filter.

[Visual Basic]
Function GetLocalizationDirectives() As ILocalizationDirectives
[C#]
ILocalizationDirectives GetLocalizationDirectives();
[C++]
ILocalizationDirectives* GetLocalizationDirectives();
[JScript]
function GetLocalizationDirectives(): ILocalizationDirectives;

Return Value

The current localization directive object of the filter, or null if the filter does not support localization directives.

See Also

IFilter Interface | Okapi.Library.Filter Namespace