Run the IDOL Content component in Multiple Languages

You can combine multiple languages in one IDOL Content component. Use the outline below to determine what you have to do.

When you query Content, by default Content returns only documents that have the same language as the language type (that is, language and encoding) of the query. You can change this behavior in the following ways:

  • To use a language type in the query text that is not the default language type, add the LanguageType parameter to your query.

  • To return results in a specific encoding, add the OutputEncoding parameter to your query. You can return only encodings that are compatible with the query language.

  • To return documents in multiple languages, add the AnyLanguage parameter to your query.

  • To return documents in a specific language, add the AnyLanguage and MatchLanguage parameters to your query.