Okapi .NET Library

IUtilitySet.GetOutputLanguage Method 

 [This is preliminary documentation and subject to change.]

Gets the current output language.

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

Return Value

The RFC3066 code of the current output language.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace