Enabling the cross-language support for content results in the document content being stored twice in the SOLR index, which significantly increases the required storage. This configuration allows users whose browser locale is set to English to view documents created with other locales.
To enable cross-language support for content:
Update the
alfresco-search-services/solrhome/conf/shared.properties
file with the following configuration:
alfresco.cross.locale.datatype.1={http://www.alfresco.org/model/dictionary/1.0}content
See Install with mutual TLS for more information on how to update the alfresco-search-services/solrhome/conf/shared.properties file.