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 (multilingual setup)
(5 posts) (3 voices)-
Posted 1 year ago #
-
The following two posts should help:
http://www.tipsandtricks-hq.com/forum/topic/multilanguage-supporthttp://www.tipsandtricks-hq.com/forum/topic/wpml-integration
Posted 1 year 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 1 year 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 1 year ago # -
try it and see if it works.
Posted 1 year ago #
Reply
You must log in to post.