Aqualogic Interaction API  
 

IPTSQueryRequest.setLanguage Method 

Set the language in which all text queries associated with this request will be parsed. The default is the current user's language, or the portalwide default.

void setLanguage(
   string language
);

Parameters

language
language in which to parse query. Use a two-character locale such as "en".

See Also

IPTSQueryRequest Interface | com.plumtree.server.search Namespace