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, 10 months ago by sashiro77.
-
This reply was modified 4 years, 10 months ago by sashiro77.