Jump to content

[Share] 4 Languages

Recommended Posts

You can use this simple guide to add 4 languages to site for Personal Plan.

With Business Plan/higher, you can also use this guide, but I think there are many other guides that are better and more concise.

See demo: https://fourlanguages.squarespace.com/?noredirect

Pass: abc

If you can't make it work, you can comment below with site url, I can check easier.

#1. Suppose we need to create 4 languages

  • English: Home (EN), About (EN), Inquire (EN), Work (EN)
  • France: Home (FR), About (FR), Inquire (FR), Work (FR)
  • German: Home (DE), About (DE), Inquire (DE), Work (DE)
  • Vietnam: Home (VI), About (VI), Inquire (VI), Work (VI)

You can create 16 pages and a Dropdown then add to Main Navigation

image.thumb.png.52fad10544d9835eafe939d5259221e2.png

image.png.02c3a24195fa45dfc03983d85e870ca8.png

#2. Note

  • English: 1, 2, 3, 4
  • France: 5, 6, 7, 8
  • German: 9, 10, 11, 12
  • Vietnam: 13, 14, 15, 16

image.png.54cfd5a36afb56092c98e836651c69b9.png

#3. English

To hide France, German, Vietnam Pages on English Pages, you can edit 4 English Pages > Add a Code Block > Paste this code:

<style>
nav.header-nav-list>div:nth-child(n+5):not(:last-child) {
    display: none;
}
[data-folder="root"]>div>div>div:nth-child(n+5):not(:last-child) {
    display: none;
}
</style>

image.png.4d088037de67ad698f985a1ed7644b09.png

result

image.png.afb4c5e631c5a58c77faaa1826623813.png

image.png.2e8eb98b25f6268b6f5b6789bc591e76.png

#4. France

To hide English, German, Vietnam Pages on France Pages, you can edit 4 France Pages> Add a Code Block > Paste this code.

<style>
nav.header-nav-list>div, [data-folder="root"]>div>div>div {
    display: none;
}
nav.header-nav-list>div:nth-child(5), nav.header-nav-list>div:nth-child(6), nav.header-nav-list>div:nth-child(7), nav.header-nav-list>div:nth-child(8), nav.header-nav-list>div:last-child{
    display: inline-block !important;
}
[data-folder="root"]>div>div>div:nth-child(5), [data-folder="root"]>div>div>div:nth-child(6), [data-folder="root"]>div>div>div:nth-child(7), [data-folder="root"]>div>div>div:nth-child(8), [data-folder="root"]>div>div>div:last-child  {
    display: inline-block !important;;
}
</style>

image.png.be00c47eab38aa0f0bd1e9fa5280e162.png

result

image.png.66870fd423bdc7f29fb1ee5a1936df24.png

image.thumb.png.af4d6a35dd88615a06730249f29c1087.png

#5. German

To hide English, France, Vietnam Pages on German Pages, you can edit 4 German Pages> Add a Code Block > Paste this code.

<style>
nav.header-nav-list>div, [data-folder="root"]>div>div>div {
    display: none;
}
nav.header-nav-list>div:nth-child(9), nav.header-nav-list>div:nth-child(10), nav.header-nav-list>div:nth-child(11), nav.header-nav-list>div:nth-child(12), nav.header-nav-list>div:last-child{
    display: inline-block !important;
}
[data-folder="root"]>div>div>div:nth-child(9), [data-folder="root"]>div>div>div:nth-child(10), [data-folder="root"]>div>div>div:nth-child(11), [data-folder="root"]>div>div>div:nth-child(12), [data-folder="root"]>div>div>div:last-child  {
    display: inline-block !important;;
}
</style>

image.png.59d7bfbe9eb2c776b3b32a17a40fedc0.png

result

image.png.5a04530a40e640d78126e2da7cfbad96.png

image.png.3d4409a490686b4f8e4e1290bb106fa8.png

#6. Vietnam

To hide English, France, German Pages on Vietnam Pages, you can edit 4 Vietnam Pages> Add a Code Block > Paste this code.

<style>
nav.header-nav-list>div, [data-folder="root"]>div>div>div {
    display: none;
}
nav.header-nav-list>div:nth-child(n+13) {
    display: inline-block !important;
}
[data-folder="root"]>div>div>div:nth-child(n+13) {
    display: inline-block !important;;
}
</style>

image.png.abfd842968cbb2b801c8628f74b97b6a.png

result

image.png.98f8330e13a306e17d9ca1a2aadf616a.png

image.png.bf1b0924c6329f4ae2665f49cbe0f6af.png

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
  • Replies 0
  • Views 1k
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.