使用相对路径替换功能链接到同一页面的另一种语言版本

时间:2019-04-10 11:54:14

标签: javascript onclick localization internationalization window.location

用户应通过重写相对路径来单击指向同一页面的另一种语言版本的链接。

我想出了以下代码:该代码在topleveldomain上可以正常使用,但是我不知道如何通过维护其余的url / link来在域之后添加/ en /

示例:例如从domain.tld / folder / thispage.html链接到domain.tld / EN / folder / thispage.html

<li class="language"><a id="changelanguage" href="#" onclick="window.location = window.location.href.replace('bezahlte--umfragen.de/', 'bezahlte--umfragen.de/en/')">Change Language</a></li>


我的网站结构: 德文版:domain.tld / index.php(domain.tld / contentfolder /) 英文版:domain.tld / en / index.php(domain.tld / en / contentfolder /

0 个答案:

没有答案