Hello
How can i create a page in different Languages like about us Page?
Thank you
Hello How can i create a page in different Languages like about us Page? Thank you |
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 |
It works, Thank you very much. |