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