Language property: SearchQuery class
Description
Use this property to set or return a three-character string representing the language code to which the search query results should be restricted. This property must be a PeopleSoft language code—for example, ENG for English, FRA for French, and so on.
Note:
If no value is specified, the query will be executed against all languages.
This property is read/write.
Example
&SearchQuery.Language = "ENG";
Related Topics