View Single Post
  #10  
Old 12th September 2011, 16:37
Optix's Avatar
Optix Optix is offline
Senior Member
 
Join Date: Sep 2011
France
Posts: 145
Default
Yes, the script will be available in English too.

Currently, the translation is not finished and I'm working on it.
But you can switch in English by changing this line in "apps/frontend/lib/layoutFilter.class.php":

PHP Code:
$this->getContext()->getUser()->setCulture('fr_FR'); 
To

PHP Code:
$this->getContext()->getUser()->setCulture('en_US'); 
The Following User Says Thank You to Optix For This Useful Post:
BamBam0077 (1st June 2022)