Okapi .NET Library

IFilter.GetCurrentLanguage Method 

 [This is preliminary documentation and subject to change.]

Gets the current language of the processed input.

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

Return Value

The string that identifies the current 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