<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Language Switcher in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762874#M33066</link>
    <description>&lt;P&gt;This is the relevant CSS code I have:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.header__language-switcher {
  margin-left: 25px;
  background: #ebeff0;
  padding: 0 10px;
  border-radius: 20px;
}
.header__language-switcher--label {
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current {
  font-size: .8rem;
  line-height: 26px;
  color: #20252e;
  font-weight: 600;
  letter-spacing: .075rem;
  text-transform: uppercase;
}
.header-left .lang_switcher_class {
  display: block;
}
.header-left .globe_class {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.header-left .lang_list_class {
 left: calc(50% - 5px);
 box-shadow: 0 10px 30px -10px rgb(32 37 46 / 20%);
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
}
.header-left .lang_list_class li {
  border-left: none;
  border-right: none;
  background-color: #444e61;
}
.lang_list_class li a {
  color: #f4f5f6 !important;
  transition: all 0.2s ease;
}
.lang_list_class li a:hover {
  color: #ffffff !important;
}
.header-left .lang_list_class li:first-child {
  border-top: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.header-left .lang_list_class li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header-left .lang_list_class:before, .lang_list_class:after {
  border-bottom-color: #444e61 !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HTML is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="header__language-switcher header--element"&amp;gt;
          &amp;lt;div class="header__language-switcher--label"&amp;gt;
            {% module 'language-switcher' path='@hubspot/language_switcher',
                        label='Language switcher',
                        display_mode='localized'
                      %}
            &amp;lt;div class="header__language-switcher--label-current"&amp;gt; {{ locale_name(locale) }}&amp;lt;/div&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 01 Mar 2023 19:26:52 GMT</pubDate>
    <dc:creator>nandinighosh</dc:creator>
    <dc:date>2023-03-01T19:26:52Z</dc:date>
    <item>
      <title>Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/761731#M33011</link>
      <description>&lt;P&gt;I'm currently working on customising the language switcher classes and trying to find the html code that structures the &amp;lt;div class="language_switcher_class&amp;gt; with the &amp;lt;div class="globe_class"&amp;gt; in it. The default hubspot language switcher module only contains a line of code to specify the display mode. Can anyone help me with where I can find the html code that contains the structuring for the language switcher tab?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2023 20:34:34 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/761731#M33011</guid>
      <dc:creator>nandinighosh</dc:creator>
      <dc:date>2023-02-27T20:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762242#M33041</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/515797"&gt;@nandinighosh&lt;/a&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":waving_hand:"&gt;👋&lt;/span&gt; Thanks for reaching out. Hey,&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61659"&gt;@Stephanie-OG&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/78983"&gt;@Indra&lt;/a&gt;,&amp;nbsp;can you help&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/515797"&gt;@nandinighosh&lt;/a&gt;&amp;nbsp;with their project?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Jaycee&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 19:14:57 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762242#M33041</guid>
      <dc:creator>Jaycee_Lewis</dc:creator>
      <dc:date>2023-02-28T19:14:57Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762276#M33042</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/515797"&gt;@nandinighosh&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The code you're seeing in the Language Switcher module is the &lt;A href="https://developers.hubspot.com/docs/cms/hubl/tags#language-switcher" target="_blank" rel="noopener"&gt;language switcher tag&lt;/A&gt; and I'm afraid the HTML can't be edited. However, others seem to have found possible custom solutions on threads like &lt;A href="https://community.hubspot.com/t5/CMS-Development/Custom-language-switcher-Language-switching/m-p/269251" target="_blank" rel="noopener"&gt;this one&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What kind of customizations are you trying to do? I've managed to make it look fairly different using CSS only. You could have something like side-by-side language options:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Langauge Switcher - Side-by-side options" style="width: 93px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/86348iBF537958DB5EE84A/image-size/large?v=v2&amp;amp;px=999" role="button" title="langauge-switcher--side-by-side.png" alt="Langauge Switcher - Side-by-side options" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Langauge Switcher - Side-by-side options&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or a customized dropdown:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Langauge Switcher - Custom dropdown" style="width: 158px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/86349i30A057500A0B1FD5/image-size/large?v=v2&amp;amp;px=999" role="button" title="langauge-switcher--dropdown.png" alt="Langauge Switcher - Custom dropdown" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Langauge Switcher - Custom dropdown&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="cursor: pointer; text-decoration: none; color: #000000;" href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:24:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762276#M33042</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2023-02-28T20:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762294#M33043</link>
      <description>&lt;P&gt;Hi Stephanie!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your response! I'm trying to edit my language switcher css so that instead of the menu appearing on hover over just the globe icon, the menu appears if I hover over the entire capsule containing the icon and language label.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-28 at 3.32.23 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/86358i210A753B567909D9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-28 at 3.32.23 PM.png" alt="Screenshot 2023-02-28 at 3.32.23 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As of now this is what happens:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-02-28 at 3.32.28 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/86359i4D6CA593CAD889A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2023-02-28 at 3.32.28 PM.png" alt="Screenshot 2023-02-28 at 3.32.28 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 20:33:55 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762294#M33043</guid>
      <dc:creator>nandinighosh</dc:creator>
      <dc:date>2023-02-28T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762314#M33044</link>
      <description>&lt;P&gt;It you set the hover on the parent element that contains everything it should work. For example, on &lt;A href="https://boilerplate.hubspotcms.com/" target="_blank" rel="noopener"&gt;HubSpot's boilerplate theme&lt;/A&gt; (&lt;A href="https://github.com/HubSpot/cms-theme-boilerplate" target="_blank" rel="noopener"&gt;GitHub&lt;/A&gt;) it's wrapped in the &lt;CODE&gt;header__language-switcher&lt;/CODE&gt; class in the header global group like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;{% if content.translated_content.values()|selectattr("published")|length || is_listing_view &amp;amp;&amp;amp; group.translations %}
  &amp;lt;div class="header__language-switcher header--element"&amp;gt;
    &amp;lt;div class="header__language-switcher--label"&amp;gt;
      {% module "language-switcher"
        path="@hubspot/language_switcher",
        label="Language switcher",
        display_mode="localized"
      %}
      &amp;lt;div class="header__language-switcher--label-current"&amp;gt; {{ locale_name(locale) }}&amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
  &amp;lt;/div&amp;gt;
{% endif %}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And so the CSS is:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you mean centering the dropdown (the &lt;CODE&gt;lang_list_class&lt;/CODE&gt;), you could update the positioning of the CSS above, like this (I updated the left property and added a transform property):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: 50%;
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transform: translateX(-50%);
  transition: opacity 0.3s;
  visibility: hidden;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And then the before and after pseudoelements like this to center the arrow:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;.header__language-switcher .lang_list_class:before {
  left: 50%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 50%;
  top: -22px;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But your code could also be different if it's not based on the boilerplate. If you could send a link I can always take a look.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="cursor: pointer; text-decoration: none; color: #000000;" href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 21:23:01 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762314#M33044</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2023-02-28T21:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762823#M33061</link>
      <description>&lt;P&gt;Hi Stephanie,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much! I'll try setting the transition on the parent class instead of just the globe subclass and see if that helps. I appreciate the in-depth code snippets.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 18:07:32 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762823#M33061</guid>
      <dc:creator>nandinighosh</dc:creator>
      <dc:date>2023-03-01T18:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762874#M33066</link>
      <description>&lt;P&gt;This is the relevant CSS code I have:&lt;/P&gt;&lt;LI-CODE lang="css"&gt;.header__language-switcher {
  margin-left: 25px;
  background: #ebeff0;
  padding: 0 10px;
  border-radius: 20px;
}
.header__language-switcher--label {
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current {
  font-size: .8rem;
  line-height: 26px;
  color: #20252e;
  font-weight: 600;
  letter-spacing: .075rem;
  text-transform: uppercase;
}
.header-left .lang_switcher_class {
  display: block;
}
.header-left .globe_class {
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
.header-left .lang_list_class {
 left: calc(50% - 5px);
 box-shadow: 0 10px 30px -10px rgb(32 37 46 / 20%);
 border-bottom-left-radius: 8px;
 border-bottom-right-radius: 8px;
}
.header-left .lang_list_class li {
  border-left: none;
  border-right: none;
  background-color: #444e61;
}
.lang_list_class li a {
  color: #f4f5f6 !important;
  transition: all 0.2s ease;
}
.lang_list_class li a:hover {
  color: #ffffff !important;
}
.header-left .lang_list_class li:first-child {
  border-top: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.header-left .lang_list_class li:last-child {
  border-bottom: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.header-left .lang_list_class:before, .lang_list_class:after {
  border-bottom-color: #444e61 !important;
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The HTML is:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;div class="header__language-switcher header--element"&amp;gt;
          &amp;lt;div class="header__language-switcher--label"&amp;gt;
            {% module 'language-switcher' path='@hubspot/language_switcher',
                        label='Language switcher',
                        display_mode='localized'
                      %}
            &amp;lt;div class="header__language-switcher--label-current"&amp;gt; {{ locale_name(locale) }}&amp;lt;/div&amp;gt;
          &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 01 Mar 2023 19:26:52 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/762874#M33066</guid>
      <dc:creator>nandinighosh</dc:creator>
      <dc:date>2023-03-01T19:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/763479#M33095</link>
      <description>&lt;P&gt;The HTML is the same as the boilerplate's and the CSS looks like a modified version but I'm not seeing anything there with any hover effect. I think the CSS I sent should work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, if you could send me a link to the page I can take a look.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;FONT size="5"&gt;&lt;STRONG&gt;Stephanie O'Gay Garcia&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;A style="cursor: pointer; text-decoration: none; color: #000000;" href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Freelance HubSpot CMS Developer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.stephanieogaygarcia.com?utm_source=HubSpotCommunity" target="_blank"&gt;Website&lt;/A&gt; | &lt;A href="http://www.stephanieogaygarcia.com/contact?utm_source=HubSpotCommunity" target="_blank"&gt;Contact&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 19:55:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/763479#M33095</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2023-03-02T19:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/776930#M33576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/61659"&gt;@Stephanie-OG&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Could you help me to display only the first two letters of the language? I mean, for English, only display "EN" on the language switcher - like both images you've just presented as an example.&lt;BR /&gt;&lt;BR /&gt;I've tried something similar to the code below but isn't working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;{% &lt;/SPAN&gt;&lt;SPAN class=""&gt;set&lt;/SPAN&gt; &lt;SPAN class=""&gt;locale_name&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN class=""&gt;lambda&lt;/SPAN&gt; &lt;SPAN class=""&gt;locale&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN class=""&gt;locale&lt;/SPAN&gt;&lt;SPAN class=""&gt;[&lt;SPAN class=""&gt;'display Language'&lt;/SPAN&gt;]&lt;/SPAN&gt;&lt;SPAN class=""&gt;[0:2]&lt;/SPAN&gt;&lt;SPAN&gt;|&lt;/SPAN&gt;&lt;SPAN class=""&gt;upper&lt;/SPAN&gt;&lt;SPAN&gt; %}&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks a lot!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 22:03:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/776930#M33576</guid>
      <dc:creator>LaMartins</dc:creator>
      <dc:date>2023-03-31T22:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/776993#M33581</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/440133"&gt;@LaMartins&lt;/a&gt;&amp;nbsp;- I've just used JavaScript to do it in the past:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;// Switch language switcher text (e.g. from "English" to "EN")
langLinks.forEach(function (item) {
  var langLink = item;
  var language = langLink.dataset.language;
  langLink.text = language.toUpperCase();
});&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But a HubL option would be nice because sometimes you can see the transition on load.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 13:39:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/776993#M33581</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2023-04-01T13:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/776994#M33582</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/440133"&gt;@LaMartins&lt;/a&gt;&amp;nbsp;- &lt;A href="https://community.hubspot.com/t5/CMS-Development/Adding-the-language-switcher-in-the-navigation-menu/m-p/419303/highlight/true#M21789" target="_blank" rel="noopener"&gt;this&lt;/A&gt;&amp;nbsp;solution by&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/17186"&gt;@Anton&lt;/a&gt;&amp;nbsp;looks like a possible custom HubL solution you might want to check out!&lt;/P&gt;</description>
      <pubDate>Sat, 01 Apr 2023 13:43:45 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/776994#M33582</guid>
      <dc:creator>Stephanie-OG</dc:creator>
      <dc:date>2023-04-01T13:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/793158#M34142</link>
      <description>&lt;P&gt;That is great, but please can you help where I can add this code to be shown as a template to the global content?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 14:04:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/793158#M34142</guid>
      <dc:creator>ZAswad</dc:creator>
      <dc:date>2023-05-12T14:04:33Z</dc:date>
    </item>
    <item>
      <title>Re: Language Switcher</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/799003#M34341</link>
      <description>&lt;P&gt;Hello Stephanie,&amp;nbsp;&lt;BR /&gt;Please can you direct me on how to change the language Switcher Icon to the Canada flag?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 May 2023 14:10:39 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Language-Switcher/m-p/799003#M34341</guid>
      <dc:creator>ZAswad</dc:creator>
      <dc:date>2023-05-25T14:10:39Z</dc:date>
    </item>
  </channel>
</rss>

