Thomasaamodt Posted April 5, 2022 Share Posted April 5, 2022 (edited) Site URL: https://www.ergon.no/ Hi, we want selected languages to appear in the menu bar instead of "Language". Is it possible, and how? Thomas Edited April 5, 2022 by Thomasaamodt Link to comment
tuanphan Posted April 6, 2022 Share Posted April 6, 2022 You mean When users on English Page, the language text should show "English" When users on Dansk, it should show "Dansk"? Thomasaamodt 1 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
tuanphan Posted April 10, 2022 Share Posted April 10, 2022 On 4/6/2022 at 10:26 PM, Thomasaamodt said: Yes 🙂 Hi. Which service/tool you use to add multi languages? 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
Thomasaamodt Posted April 11, 2022 Author Share Posted April 11, 2022 20 hours ago, tuanphan said: Hi. Which service/tool you use to add multi languages? Hi. We use Weglot. Link to comment
Thomasaamodt Posted April 22, 2022 Author Share Posted April 22, 2022 On 4/10/2022 at 12:36 PM, tuanphan said: Hi. Which service/tool you use to add multi languages? Hi. Have you a good solution on this problem, and is there an opportunity to solve it 🙂 ? Link to comment
Thomasaamodt Posted June 1, 2022 Author Share Posted June 1, 2022 On 4/10/2022 at 12:36 PM, tuanphan said: Hi. Which service/tool you use to add multi languages? Hi, have you had the opportunity to look at this? Link to comment
tuanphan Posted June 2, 2022 Share Posted June 2, 2022 Add to Design > Custom CSS /* SV */ html[lang="sv"] a.header-nav-folder-title { font-size: 0; } html[lang="sv"] a.header-nav-folder-title:before { content: "Svenska"; font-size: 14px; } /* No */ html[lang="no"] a.header-nav-folder-title { font-size: 0; } html[lang="no"] a.header-nav-folder-title:before { content: "Norwegian"; font-size: 14px; } /* English */ html[lang="en"] a.header-nav-folder-title { font-size: 0; } html[lang="en"] a.header-nav-folder-title:before { content: "English"; font-size: 14px; } /* Dansk */ html[lang="da"] a.header-nav-folder-title { font-size: 0; } html[lang="da"] a.header-nav-folder-title:before { content: "Dansk"; font-size: 14px; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment