Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2014-09-09 09:54:04

rbass
Member
Registered: 2014-08-28
Posts: 9

Multi-llanguage support

I'm looking at incorporating LHC into my multi-language online store, with FAQs and Questionnaire too. Can you make any suggestions as to the best way to do this?
My store uses php and I have access to the chosen language. I need some way to specify the translation to use and to select only FAQs or Questionnaire in the clients chosen language.

Possible?

Offline

#2 2014-09-09 09:55:45

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Multi-llanguage support

Just choose siteaccess in embed code generation windows and show appropriate language by your site language.

Offline

#3 2014-09-09 10:13:26

rbass
Member
Registered: 2014-08-28
Posts: 9

Re: Multi-llanguage support

Sorry but I don't see where siteaccess is in embed code. I do see Choose a Language and I can now see how to change language dynamically in my store code for LHC, FAQ and Questionnaire.
Would I be correct in saying that I should assign a language identifier to FAQ and Questionnaire items and then modify:
var LHCFAQOptions = {status_text:'FAQ',url:'replace_me_with_dynamic_url',identifier:''};

to something like this:

var LHCFAQOptions = {status_text:'FAQ',url:'replace_me_with_dynamic_url',identifier:'french'};

Offline

#4 2014-09-09 10:36:21

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Multi-llanguage support

Hi,

No.
You were right, you just have to choose a language in embed code generation.

Offline

#5 2014-09-09 11:36:59

rbass
Member
Registered: 2014-08-28
Posts: 9

Re: Multi-llanguage support

All works great thanks

Offline

#6 2014-09-09 11:38:11

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Multi-llanguage support

Read again what I wrote. You have to choose language not site-access in embed code generation.

Offline

#7 2014-09-09 12:23:51

rbass
Member
Registered: 2014-08-28
Posts: 9

Re: Multi-llanguage support

Not sure why I need to read again?? I have everything working now by conditionally altering the widget javascript based on the dynamically user selection store language and using the identifier to denote language in FAQ and Questionnaire.

Offline

#8 2014-09-09 12:25:26

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Multi-llanguage support

Well you can use identifier but in general it should be just language choosing while generating embed code, in any case it's ok smile

Offline

#9 2014-09-09 16:49:36

rbass
Member
Registered: 2014-08-28
Posts: 9

Re: Multi-llanguage support

But there is nowhere to specify language when entering a FAQ question or Questionnaire question. Am I missing something?

Offline

#10 2014-09-10 04:53:42

remdex
Administrator
From: Lithuania
Registered: 2012-09-23
Posts: 3,661
Website

Re: Multi-llanguage support

Ok, nevermind.
You are completely right, sometimes I just forget how all works big_smile

Offline

Board footer