Gets the language of the input.
[Visual Basic] Function GetInputLanguage() As String [C#] string GetInputLanguage(); [C++] String* GetInputLanguage(); [JScript] function GetInputLanguage(): String;
The string that identify the input 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