<?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: Search results popup title language in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1250691#M80016</link>
    <description>&lt;P&gt;Hi Lauren,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That works beautifully, thank you very much for the help!&lt;/P&gt;</description>
    <pubDate>Tue, 24 Jan 2023 08:48:53 GMT</pubDate>
    <dc:creator>LeidavanHees</dc:creator>
    <dc:date>2023-01-24T08:48:53Z</dc:date>
    <item>
      <title>Search results popup title language</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1248727#M79935</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a search widget in 4.24 which works wonderfully. However the popup that shows the search results has an English title. While everything else is in Dutch (including other elements of this popup). Is there a way to change (the language of) the title?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LeidavanHees_0-1673970708689.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/60565i43B9FA722FA25991/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LeidavanHees_0-1673970708689.png" alt="LeidavanHees_0-1673970708689.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;Leida&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 15:55:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1248727#M79935</guid>
      <dc:creator>LeidavanHees</dc:creator>
      <dc:date>2023-01-17T15:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: Search results popup title language</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1250459#M80009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/637211"&gt;@LeidavanHees&lt;/a&gt;&amp;nbsp;-&lt;/P&gt;&lt;P&gt;Thanks for reporting this! There is an issue with the translation for the popup title in Dutch for the Search result. We will get this fixed in an upcoming release.&lt;/P&gt;&lt;P&gt;In the meantime, if you'd like to customize the Search result's popup title, you could populate the search widget's&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#popupTemplate" target="_self"&gt;popup template&lt;/A&gt;&amp;nbsp;when the &lt;A href="https://developers.arcgis.com/javascript/latest/api-reference/esri-widgets-Search.html#event-search-complete" target="_self"&gt;search-complete event&lt;/A&gt; occurs with a custom title and information from the first item in the search results:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;searchWidget.on("search-complete", (event) =&amp;gt; {
  console.log(event)
  searchWidget.popupTemplate = {
    title: "Zoekresultaat",
    content: event.results[0].results[0].name
  }
});&lt;/LI-CODE&gt;&lt;P&gt;Here's a codepen showing this workflow:&amp;nbsp;&lt;A href="https://codepen.io/laurenb14/pen/XWBZoBN?editors=1000" target="_blank"&gt;https://codepen.io/laurenb14/pen/XWBZoBN?editors=1000&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2023 17:39:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1250459#M80009</guid>
      <dc:creator>LaurenBoyd</dc:creator>
      <dc:date>2023-01-23T17:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Search results popup title language</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1250691#M80016</link>
      <description>&lt;P&gt;Hi Lauren,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That works beautifully, thank you very much for the help!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 08:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1250691#M80016</guid>
      <dc:creator>LeidavanHees</dc:creator>
      <dc:date>2023-01-24T08:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search results popup title language</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1252953#M80103</link>
      <description>&lt;P&gt;Follow-up: we will have this translation fix installed at the next release, anticipated in late February.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2023 16:39:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/search-results-popup-title-language/m-p/1252953#M80103</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2023-01-30T16:39:13Z</dc:date>
    </item>
  </channel>
</rss>

