<?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: How to get localized tag tile in htl in Adobe Experience Manager Questions</title>
    <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446052#M127570</link>
    <description>&lt;P&gt;Thanks Lukasz I will move the code to the model&lt;/P&gt;</description>
    <pubDate>Mon, 28 Mar 2022 21:28:47 GMT</pubDate>
    <dc:creator>bpeddapudi</dc:creator>
    <dc:date>2022-03-28T21:28:47Z</dc:date>
    <item>
      <title>How to get localized tag tile in htl</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446040#M127566</link>
      <description>&lt;P&gt;Hi I have a component where I need to get tags and render their localized titles. I have localized titles for tags and I would like to access those localized value, but not sure how to any suggestions please?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2022-03-28 at 11.40.28 AM.png" style="width: 501px;"&gt;&lt;img src="https://experienceleaguecommunities.adobe.com/t5/image/serverpage/image-id/39624i486BF760EF55D50A/image-dimensions/501x198/is-moderation-mode/true?v=v2" width="501" height="198" role="button" title="Screen Shot 2022-03-28 at 11.40.28 AM.png" alt="Screen Shot 2022-03-28 at 11.40.28 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;HTL&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;ul&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;li&lt;/SPAN&gt; &lt;SPAN&gt;data-sly-repeat.tag&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;"${relatedTags.iterator}"&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;${tag.title}&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;// get localized title&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;li&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;lt;/&lt;/SPAN&gt;&lt;SPAN&gt;ul&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Mar 2022 18:42:28 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446040#M127566</guid>
      <dc:creator>bpeddapudi</dc:creator>
      <dc:date>2022-03-28T18:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized tag tile in htl</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446051#M127569</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="17382209"&gt;&lt;/LI-USER&gt;, you can try below code, it will list all available localized values for given tag. To get more control you can move your code into Sling model.&lt;/P&gt;&lt;PRE&gt;&amp;lt;ul&amp;gt;
   &amp;lt;li data-sly-repeat.tag="${relatedTags.iterator}"&amp;gt;
   ${tag.title} &amp;lt;br /&amp;gt;
   // get localized title
   &amp;lt;sly data-sly-list="${tag.localizedTitles.entrySet}"&amp;gt;
      ${item.value} &amp;lt;br /&amp;gt;
   &amp;lt;/sly&amp;gt;
   &amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Mar 2022 21:22:53 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446051#M127569</guid>
      <dc:creator>lukasz-m</dc:creator>
      <dc:date>2022-03-28T21:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized tag tile in htl</title>
      <link>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446052#M127570</link>
      <description>&lt;P&gt;Thanks Lukasz I will move the code to the model&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 21:28:47 GMT</pubDate>
      <guid>https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-get-localized-tag-tile-in-htl/m-p/446052#M127570</guid>
      <dc:creator>bpeddapudi</dc:creator>
      <dc:date>2022-03-28T21:28:47Z</dc:date>
    </item>
  </channel>
</rss>

