[solved] orders, confirmation jumps to wrong language
Posted: Mon Jun 03, 2013 11:45 am
Hi,
I have set up an ecommerce part for a website in german.
The german part is working like expected.
When I want to use it in english, everything is in english, untill I checkout.
When I submit the billing information and jump to the confirmation I get the page in german.
Checkout is called through {orders lang='en_US'}
CMSMS 1.11.7
Orders 1.14
CGEcommercebase 1.4.2
CGExtenssions 1.34
All modules are the latest.
How do I force the confirmation to use english?
Even the php solution with
setlocale (LC_TIME, 'uk_UK.UTF8');
as the first line in the template does not help.
I would be kind for any hint on what I do wrong here.
Kind regards,
Jan
I have set up an ecommerce part for a website in german.
The german part is working like expected.
When I want to use it in english, everything is in english, untill I checkout.
When I submit the billing information and jump to the confirmation I get the page in german.
Checkout is called through {orders lang='en_US'}
CMSMS 1.11.7
Orders 1.14
CGEcommercebase 1.4.2
CGExtenssions 1.34
All modules are the latest.
How do I force the confirmation to use english?
Even the php solution with
setlocale (LC_TIME, 'uk_UK.UTF8');
as the first line in the template does not help.
I would be kind for any hint on what I do wrong here.
Kind regards,
Jan