WebSite X5Help Center

 
L. Myson
L. Myson
User

Blog  en

Autor: L. Myson
Besucht 96, Followers 0, Geteilt 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

Gepostet am
3 ANTWORTEN
L. Myson
L. Myson
User
Autor

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

Mehr lesen
Gepostet am von L. Myson
Daniel W.
Daniel W.
User
Nutzer des Monats DENutzer des Monats 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 -----

-----

Mehr lesen
Gepostet am von Daniel W.
Daniel W.
Daniel W.
User
Nutzer des Monats DENutzer des Monats 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.

-----

Mehr lesen
Gepostet am von Daniel W.