Okapi .NET Library

Routines.GetDefaultSourceLanguage Method 

 [This is preliminary documentation and subject to change.]

Gets the generic default source language.

[Visual Basic]
Shared Public Function GetDefaultSourceLanguage() As String
[C#]
public static string GetDefaultSourceLanguage();
[C++]
public: static String* GetDefaultSourceLanguage();
[JScript]
public static function GetDefaultSourceLanguage(): String;

Return Value

The RFC3066 code of the default source language.

See Also

Routines Class | Okapi.Library.Base Namespace