Maria Gonzalez Posted March 29, 2024 Share Posted March 29, 2024 Hi, I have a prestashop 8 in french, however on the personal information section when making the purchase, all the verification javascripts are in spanish... "Selecciona esta casilla de verificacion si quieres continuar" How can I do it multilanguage or at least in french? Link to comment Share on other sites More sharing options...
rikazkhan7 Posted March 30, 2024 Share Posted March 30, 2024 <!DOCTYPE html> <html lang="fr"> <!-- Specify French as the language --> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Votre Titre</title> </head> <body> <!-- French Text --> <p>Sélectionnez cette case si vous souhaitez continuer.</p> </body> </html> Link to comment Share on other sites More sharing options...
Maria Gonzalez Posted April 6, 2024 Author Share Posted April 6, 2024 where and how put this on the prestashop config? Link to comment Share on other sites More sharing options...
RMK_Code Posted April 6, 2024 Share Posted April 6, 2024 Hi, If you want your store to be in French as the default language, first check that your store is configured as French. To do this, go to the backoffice, International - Localisation, then scroll down a little until you find Settings and set everything to French. Link to comment Share on other sites More sharing options...
ZHSoft Posted April 7, 2024 Share Posted April 7, 2024 8 hours ago, RMK_Code said: Hi, If you want your store to be in French as the default language, first check that your store is configured as French. To do this, go to the backoffice, International - Localisation, then scroll down a little until you find Settings and set everything to French. @Maria Gonzalez great! Link to comment Share on other sites More sharing options...
Maria Gonzalez Posted April 7, 2024 Author Share Posted April 7, 2024 Yes, the default language is in french however the javascripts alerts are in spanish Link to comment Share on other sites More sharing options...
RMK_Code Posted April 7, 2024 Share Posted April 7, 2024 Can you show the javascript message in question? A screenshot Link to comment Share on other sites More sharing options...
Maria Gonzalez Posted April 7, 2024 Author Share Posted April 7, 2024 (edited) Note that the error message is in spanish Edited April 7, 2024 by Maria Gonzalez (see edit history) Link to comment Share on other sites More sharing options...
Maria Gonzalez Posted April 8, 2024 Author Share Posted April 8, 2024 any ideas? Link to comment Share on other sites More sharing options...
RMK_Code Posted April 9, 2024 Share Posted April 9, 2024 I'm not sure, but check it out. In International - Localization - Languages What is the language of the ID 1 number in your store? It could be from there, but again I'm not sure, to check. Link to comment Share on other sites More sharing options...
Maria Gonzalez Posted April 10, 2024 Author Share Posted April 10, 2024 That maybe the issue, I firstly installed the shop in spanish, then I changed to french as I want the frontend in french... So language 1 was Spanish, 2 was french. Now I have completely removed spanish, but french is still at 2... How can I make french number 1? anyway, what if it is multilanguage store, it should not behave like that... Link to comment Share on other sites More sharing options...
RMK_Code Posted April 10, 2024 Share Posted April 10, 2024 (edited) Il y a 5 heures, Maria Gonzalez a dit : That maybe the issue, I firstly installed the shop in spanish, then I changed to french as I want the frontend in french... So language 1 was Spanish, 2 was french. Now I have completely removed spanish, but french is still at 2... How can I make french number 1? anyway, what if it is multilanguage store, it should not behave like that... 1. Go to International - Translations, scroll down to Add / Update a language, select the French language and click on update. If this helps, you'll be able to add other languages for a multilingual store without any worries. 2. If that doesn't help, delete the language and add it again the FR language ID will become 1. Once the French language becomes 1, you'll be able to add other languages for a multilingual store without any worries. Edited April 10, 2024 by RMK_Code (see edit history) Link to comment Share on other sites More sharing options...
RMK_Code Posted April 10, 2024 Share Posted April 10, 2024 (edited) Unfortunately i don't have a test store to take a closer look.. I'll send you a private message. Edited April 10, 2024 by RMK_Code (see edit history) 1 Link to comment Share on other sites More sharing options...
Maria Gonzalez Posted April 10, 2024 Author Share Posted April 10, 2024 2 hours ago, RMK_Code said: 1. Go to International - Translations, scroll down to Add / Update a language, select the French language and click on update. If this helps, you'll be able to add other languages for a multilingual store without any worries. 2. If that doesn't help, delete the language and add it again the FR language ID will become 1. Once the French language becomes 1, you'll be able to add other languages for a multilingual store without any worries. Thanks RMK_Code. I solved the issue, in fact there was no issue. The alert message is in the same language as the users explorer. I have chrome in spanish that's why the message is in spanish, people in france will get it in french 1 Link to comment Share on other sites More sharing options...
RMK_Code Posted April 10, 2024 Share Posted April 10, 2024 OK, problem solved! This is due to the language of the browser you're using. In this case, the browser is in Spanish, so the message is displayed in the language of the browser you're using. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now