- This topic has 5 replies, 4 voices, and was last updated 10 years, 7 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 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 eMember › eMember – still on problem with WPML
Tagged: Language, Multilingual site, wpml integration
Hello,
i followed this instructions but are not visible the correct translations:
—
1. Open the “wp_eMember1.php” file and find the following block of code:
$lang = $emember_config->getValue(‘eMember_language’);
if (!empty($lang))$eMember_language_file = WP_EMEMBER_PATH .”lang/”.$lang.”.php”;
else $eMember_language_file = WP_EMEMBER_PATH.”lang/eng.php”;
$eMember_language_file = apply_filters(’emember_get_language_path’, $eMember_language_file, $lang);
include_once($eMember_language_file);
2. Once you find it replace it with the following block of code:
//Specify which language file to load based on WPML language selection
$language_file = ‘lang/’.ICL_LANGUAGE_CODE.’.php’;
include_once($language_file);
—
I see
EMEMBER_USERNAME
ecc ecc ecc
Thanks
Which version of eMember have you got?
Try downloading the latest version as per this link:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
I have WP eMembers – Settings v8.5.7
Hi, One of our users have created an addon for WPML integration. It only handles “English” and “German” though. Can you please tell me the “Two character” langauge code that WPML uses for the following languages? This way I will be able to add condition for those languages in the addon and give it to you:
French
Italian
Spanish
Portugese
Danish
I have been struggling with the same issue, using WP eMembers 8.8.6 and integrating it with WPML – I saw in another post by Admin – Key Master recommandation to reach out through the contact form of the website. I just did this.