insyse, a new independent" international engineering group" :-) is working on a language independent version of QC 3. For the moment all I can say is just that we will remove the language prefix from all db filenames. It will need *a lot* of testing. So please wait a few days.
http://www.airtrainingsystems.com/iloveqc.bmp
insyse
2009-01-05 02:49
Thanks to beholder and Didier31, for your answers... but, i need to do a link, like is the quick.cart demo (http://opensolution.org/Quick.Cart/demo/?sLang=en - ?sLang=pl ) that allows visitors to change the language of the e-shop (example: in the quick.cart demo EN-PL link with flags)
I did what is explained in the page in reference. I created a new site in English I then created a new language, French I copied my own fr.php file to supersede the new one then when I swap from en to fr I get
Warning: Invalid argument supplied for foreach() in /home/air/www/QC32EXT/core/pages.php on line 599
Warning: Cannot modify header information - headers already sent by (output started at /home/air/www/QC32EXT/core/pages.php:599) in /home/air/www/QC32EXT/actions_client/p.php on line 139
what has been explained just before by Treewood is NOT what you're looking for. I just experimented it. Using this feature has the same result as changing the default language in the admin menu, which is to swap from a set of db files from one language to another language, which is NOT what we wish to accomplish, right ?
So, I was right. Gimme some time and I'll come back with *my* solution : many languages, one database (for the moment).
I solved (in theory) the translation problem for the texts inside the pages by adding on each page two texts, one in each language. I hope I will find something better later on.