Script functions reference > Script functions in alphabetical order > S > SetLanguage

SetLanguage
Syntax
SetLanguage(lang);
lang
Description
Sets the language to be used for the current job. This setting is used with the StreamServe Language Set (*.sls) file.
Note:
Returns
N/A
Example
if($language="SWE")
{
setlanguage($language);
}
OpenText StreamServe 5.6 Updated: 2013-03-01