Okapi .NET Library

IUtilitySet.SetLanguages Method 

 [This is preliminary documentation and subject to change.]

Sets the input and output languages.

[Visual Basic]
Sub SetLanguages( _ 
   ByVal p_sInputLanguage As String, _ 
   ByVal p_sOutputLanguage As String _ 
)
[C#]
void SetLanguages(
   string p_sInputLanguage,
   string p_sOutputLanguage
);
[C++]
void SetLanguages(
   String* p_sInputLanguage,
   String* p_sOutputLanguage
);
[JScript]
function SetLanguages(
   String p_sInputLanguage,
   String p_sOutputLanguage
);

Parameters

p_sInputLanguage
The code of the input language. The code must be an RFC3066 tag.
p_sOutputLanguage
The code of the output language. The code must be an RFC3066 tag.

See Also

IUtilitySet Interface | Okapi.Library.Utility Namespace