3
hi'
There are at least two methods :
• Google translate tool (
Google translator)
•
xLanguage module (clic on Download button for lastest version, 3.02)
To install xLanguage :
• 1. install xlanguage module
• 2. modify 1 file into xoops core, include/common.php
Before (around line 152):
/**
* User Sessions
*/
Copy this lines :
include_once XOOPS_ROOT_PATH. '/modules/xlanguage/api.php';
// #################### Include site-wide lang file ##################
if ( !@include_once XOOPS_ROOT_PATH . "/language/" . $xoopsConfig['language'] . "/global.php" ) {
include_once XOOPS_ROOT_PATH . "/language/english/global.php";
}
(I believe it is necessary, if someone has a bette method ...
)
• 3. go to xLanguage back office and configure your languages. Exemple of table :
• 4. Create config file (link under table). It will create a manguage configuration file in xoops_data/caches/xoops_cache
So, module should be ready to use. You have to enter manually all your translations. Example :
[en]english text[/en][fr]french text[/fr]
Still learning CSS and... english