WebSite X5Help Center

 
L. Myson
L. Myson
User

Blog  en

Author: L. Myson
Visited 87, Followers 0, Shared 0  

Hello, you made a blog earlier and even added a design to it, but I would like to add the ability to write an article in several languages, on 1 site, for example, I have a website in English, but I want to write a blog in 2-4 languages, and for the international audience to read it on 1 page, make tabs under each article where you can switch the language! Thus, because earlier I tried to make 2 sites only because I need 2 blogs in different languages. I gave up this idea because you need to upload new sites just so that the blogs are in different languages! I don't want to translate websites and make duplicate articles on different subdomains! Make it possible to add an article in at least 15 languages.

Thank you

Posted on the
3 ANSWERS
L. Myson
L. Myson
User
Author

I forgot to clarify, the most important thing is that everything works natively on mobile devices, on iPhone, etc., because now even when you just make text, the tabs do not work properly

Read more
Posted on the from L. Myson
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

You can also combine blog posts in different languages ​​into one blog post and separate them with a dividing line. At the top of the blog post, you'll then have anchor links to the relevant sections.

The HTML code should be created outside of WebSite X5, e.g. in Windows Notepad, and then pasted into WebSite X5, otherwise WebSite X5 may render the HTML code unusable.

----- Anchor links and anchor -----

<a href="#english">English</a>
<a href="#francais">Français</a>

<h2 id="english">English</h2>
<h2 id="francais">Français</h2>

--------------------------------------

My test blog >> https://findelinks.de/123test-aufklappmenue-2/blog/?als-der-erste-mensch-den-mond-betrat--de-en-fr-

----- 2 Screenshots -----

-----

Read more
Posted on the from Daniel W.
Daniel W.
Daniel W.
User
Best User of the month DEBest User of the month EN

Maybe Incomedia will implement the idea in one of the next updates, then you can forget my suggestion, otherwise my suggestion would remain a possibility.

-----

Read more
Posted on the from Daniel W.