I'm using qTranslate (http://www.qianqin.de/qtranslate/) for a multi-language site. Has anyone used this together with eStore?
Basically I need to display any information to the user depending on the selected language. Any pointers on how this could be best achieved?
eStore with qTranslate
(5 posts) (3 voices)-
Posted 7 months ago #
-
This might help:
http://www.tipsandtricks-hq.com/forum/topic/wpml-integrationPosted 7 months ago # -
Thanks for the pointer. Could you give a hint on where to access the i18n? I mean, is there a hook, action, filter that I can use as a starting point?
I suspect there is some coding needed which is fine but I'm struggling to find the entry point for eStore.Posted 7 months ago # -
More of a hack I suppose but one possible starting point I found is to manipulate the current language in wp_eStore1.php, line 35:
//includes
$cart_language = get_option('eStore_cart_language');
It wouldn't cover product description etc as I understand though. Any thoughts?Posted 7 months ago # -
try it and see if it works.
Posted 7 months ago #
Reply
You must log in to post.