Page creation in different Language

Hello

How can i create a page in different Languages like about us Page?

Thank you

Quote · 19 Feb 2018

You'd need to use a PHP block and echo a language key. PHP blocks are disabled by default, so use this URL parameter to enable them:

/administration/pageBuilder.php?action_sys=addCodeBlock

Or to disable them again:

/administration/pageBuilder.php?action_sys=removeCodeBlock

Once enabled, you can add them as a sample block to any page like RSS/HTML/Text blocks.

To have the block show a language key, enter as the content:

echo _t('_languageKeyHere');

Replace "_languageKeyHere" with the actual language key. Don't add <?php tags or similar, as that will cause an error and the page won't load.

BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin
Quote · 19 Feb 2018

It works,

Thank you very much.

Quote · 20 Feb 2018
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.