I18N
config/i18n.php
Contains options to disable/enable i18n and configure translation strategies.
For a more detailed explanation check out Modules - I18N
enabled
Section titled “enabled”This option enables/disables the i18n implementation.
This should only be disabled if there are performance issue caused by the i18n class Default is true.
strategy
Section titled “strategy”This option sets the strategy used to translate the content.
The default strategy is WordPressLanguageStrategy which uses the the native WordPress site language to determine the language.
Other options
Section titled “Other options”MultiLingualPressStrategy- Uses the multilingualpress plugin to determine the language.

