Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
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
Just choose siteaccess in embed code generation windows and show appropriate language by your site language.
Offline
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
Hi,
No.
You were right, you just have to choose a language in embed code generation.
Offline
All works great thanks
Offline
Read again what I wrote. You have to choose language not site-access in embed code generation.
Offline
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
Well you can use identifier but in general it should be just language choosing while generating embed code, in any case it's ok
Offline
But there is nowhere to specify language when entering a FAQ question or Questionnaire question. Am I missing something?
Offline
Ok, nevermind.
You are completely right, sometimes I just forget how all works
Offline
Pages: 1