Okapi .NET Library

IFilter.GetInputLanguage Method 

 [This is preliminary documentation and subject to change.]

Gets the language of the input.

[Visual Basic]
Function GetInputLanguage() As String
[C#]
string GetInputLanguage();
[C++]
String* GetInputLanguage();
[JScript]
function GetInputLanguage(): String;

Return Value

The string that identify the input language.

Remarks

The value is an RFC3066 language code (e.g. pt-BR). Note that the value is not case-sensitive.

See Also

IFilter Interface | Okapi.Library.Filter Namespace