Jump to content

Translating built-in text in English to French on a multilingual site

Recommended Posts

Site URL: https://www.unheardvisuals.com/

hey guys! my website is almost done, just have a few tweeks until it's good to go! i need help with some codes, i managed to find a code that allows me to seperate the english and french version of my website perfectly except for a few minor things, here's the list of things i need to change! 🙂

when entering the website, choose '' Francais ''

1- in the section '' Impression '' , under each image we reads '' From 65$ CAD '' i'd like to change it to '' À partir de 65$ CAD "

2 - when we click on an image , i'd like to change '' Add to cart '' to '' Ajouter au panier '' 

3 - in the '' contactez moi '' Tab , i'd like to change '' name '' and '' last name'' to '' Prénom ''  and '' Nom ''

hope someone out there can help me out! thanks you so much in advance 🙂

Link to comment
  • Replies 7
  • Views 542
  • Created
  • Last Reply

Add to Impressitions Page Header

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
	// translate from on shop - detail page
    $(".product-price").html(function() {
          return $(this).html().replace("from", "new from text");  
    });
});
</script>

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • Susana_SQSP changed the title to Translating built-in text in English to French on a multilingual site
13 hours ago, chelseawaves said:

managed to get quantity and first name / last name done, just need to figure out how to change de '' add to cart'' on the french pages! 🙂

Can you share link to french add to cart page???

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.