• Hi, i have changed the language to Hebrew and still got this message in English:
    Hi! How can we help you?
    for a new users.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi.

    Same problem here… Have you found out how to solve?

    Hi, maybe I solved.

    Try this:
    go to wp-content->plugins->facebook-messenger-customer-chat

    make a copy of script.js and rename the old one in script.js.old so you have a copy.

    change the line to your desired locale in the new script.js (in my case I put italian locale):

    ‘pageID’ : fbmcc_sanitizeNumbersOnly($data_json[“pageID”]),
    /* ‘locale’ : fbmcc_sanitizeLocale($data_json[“locale”]), */
    ‘locale’ : ‘it_IT’,

    • This reply was modified 4 years, 7 months ago by sashiro77.
    • This reply was modified 4 years, 7 months ago by sashiro77.

    Well I solved this problem by adding the following code.

    page_id=”.get_option( ‘fbmcc_pageID’ ).”
    logged_out_greeting=Olá! como podemos ajudar?

    Well I solved this problem by adding the following code.

    page_id=”.get_option( ‘fbmcc_pageID’ ).”
    logged_out_greeting=Olá! como podemos ajudar?

    for blanks for example between the word like and we can insert the space code & nbsp

    Ciao / Hi
    nothing seems works.
    My default chat message still in english.

    Il mio messaggio iniziale è sempre in inglese.

    Same here.

    Problem not solved. It’s always in english a part loggin in to facebook first.

    Same Problem here… Even it we set the greeting language … it’s always the English one … Facebook doesn’t seem to care….

    Code : logged_out_greeting=Olá!como podemos ajudar?
    CODE FINAL: logged_out_greeting=Olá!&nbspcomo&nbsppodemos&nbspajudar?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘I have changed the language and still got:’ is closed to new replies.