Skip to content

I18N

config/i18n.php

Contains options to disable/enable i18n and configure translation strategies.

For a more detailed explanation check out Modules - I18N

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.

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.

  • MultiLingualPressStrategy - Uses the multilingualpress plugin to determine the language.