Gets the current language of the processed input.
[Visual Basic] Function GetCurrentLanguage() As String [C#] string GetCurrentLanguage(); [C++] String* GetCurrentLanguage(); [JScript] function GetCurrentLanguage(): String;
The string that identifies the current language.
The value is an RFC3066 language code (e.g. pt-BR). Note that the value is not case-sensitive.
IFilter Interface | Okapi.Library.Filter Namespace