MatchLanguage
The original language or languages that results documents must have.
By default, the CategoryQuery action returns results that use the same language as the language type of the query (which you specify by using the LanguageType
parameter for the Query
action, or the DefaultLanguageType configuration parameter). To restrict the results to only those that were originally in a particular language, set MatchLanguage
to a list of these languages.
Separate multiple languages with commas. There must be no space before or after a comma.
NOTE: If you set MatchLanguage
you cannot also set MatchLanguageType or MatchEncoding.
Actions: | CategoryQuery |
Type: | String |
Default: | |
Example: | MatchLanguage=CHINESE,KOREAN
|
See Also: | MatchEncoding
MatchLanguageType |