- This topic has 4 replies, 3 voices, and was last updated 12 years, 11 months ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › eStore with qTranslate (multilingual setup)
Tagged: Languages, qTranslate, Translation
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?
The following two posts should help:
https://support.tipsandtricks-hq.com/forums/topic/multilanguage-support
https://support.tipsandtricks-hq.com/forums/topic/wpml-integration
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.
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?
try it and see if it works.