Okapi .NET Library

IFilter.GetOutputLanguage Method 

 [This is preliminary documentation and subject to change.]

Gets the language of the output.

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

Return Value

The string that identify the output 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