<?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 street map/imagery data &amp;amp; geocoding? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328355#M8444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess it's depending on the way the geocoder stores the addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With the example you gave : &lt;/SPAN&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Turin&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Turin&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;SPAN&gt; it's not really working by giving 'Turin' in English. You don't get the expected 'Torino' city in the first choices. It's better by giving 'Torino' &lt;/SPAN&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like with this geocoder, the country is in English and then the City and StreetNames in locale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can verify that by looking at the output fields :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=Sebastopoli+123&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=*&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=Sebastopoli+123&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=*&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, I am not sure I helped you. I guess you would need either a geocoder storing the country in locale language or a way to translate the country names from locale to english. Sorry no clue for these points:confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Mar 2011 17:24:58 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2011-03-01T17:24:58Z</dc:date>
    <item>
      <title>How to get localized street map/imagery data &amp;amp;amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328351#M8440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We want to make our product that uses the Silverlight ArcGIS API localized.&amp;nbsp; We know how to set the thread culture and put resources into different resource files for our own content, but the map is of course reading streetmaps and imagery data from arcGISonline (for example &lt;/SPAN&gt;&lt;SPAN style="color: #a31515; font-size: 2; font-family: Consolas;"&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt; and&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #a31515; font-size: 2; font-family: Consolas;"&gt;&lt;A href="http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer"&gt;http://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) How do we get this street and imagery data to show localized street names, city names, etc.?&amp;nbsp; We already tried setting the thread's currentUICulture, as well as the browser's language setting, but neither works.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Same question for geocoding, but this is a little more complex maybe, because we also have to send address data to the svc, and such information formatting is locale-sensitive I would think.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We're using the Locator task with the following URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #a31515; font-size: 2; font-family: Consolas;"&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_NA/GeocodeServer&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, is there a way to get that Geocoder to work in French (perhaps for folks in Montreal?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;BTW, I know that in some cases I might need to use a different geocoder URL for coverage-related reasons.&amp;nbsp; For example, in europe I might need to use this URL:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;But there are many different languages used by the EU! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 19:38:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328351#M8440</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-02-14T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized street map/imagery data &amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328352#M8441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can Esri please provide some feedback on this post?&amp;nbsp; Are the 2 scenarios described supported?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a bunch!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Feb 2011 13:22:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328352#M8441</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-02-28T13:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized street map/imagery data &amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328353#M8442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think that arcgisonline supports localized tiled services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But with Bing maps, you can change the labels by using the Culture property of the TileLayer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;bing:TileLayer ID="BingLayer" LayerStyle="Road" Visible="True" ServerType="Production" Culture="fr-FR"
Token="{StaticResource BingKeyString}" /&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;gives labels in french.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Concerning the geocoding, you have to use the appropriate geocoder which is managing the addresses for the region.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example, this geodocer gives results for french addresses:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=18+Avenue+des+Champs+Elys%C3%A9es&amp;amp;City=Paris&amp;amp;Postcode=&amp;amp;Country=France&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html" rel="nofollow noopener noreferrer" target="_blank"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=18+Avenue+des+Champs+Elys%C3%A9es&amp;amp;City=Paris&amp;amp;Postcode=&amp;amp;Country=France&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 15:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328353#M8442</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-11T15:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized street map/imagery data &amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328354#M8443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, Dominique,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I don't think that arcgisonline supports localized tiled services.&lt;BR /&gt;But with Bing maps, you can change the labels by using the Culture property of the TileLayer.&lt;BR /&gt;l&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay; thanks. Too bad localization is not supported for the ESRI tile services, as that's what we have to use for now. Is there a plan/timeframe to add localization support?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;Concerning the geocoding, you have to use the appropriate geocoder which is managing the addresses for the region.&lt;BR /&gt;For example, this geodocer gives results for french addresses:&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=18+Avenue+des+Champs+Elys%C3%A9es&amp;amp;City=Paris&amp;amp;Postcode=&amp;amp;Country=France&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=htm"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=18+Avenue+des+Champs+Elys%C3%A9es&amp;amp;City=Paris&amp;amp;Postcode=&amp;amp;Country=France&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=htm&lt;/A&gt;&lt;BR /&gt;l&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay, but how do I get this geocoder to accept addresses written in a language other than english? For example, finding Turin, Italy works if I specify the address in English, as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Turin&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Turin&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if I speak italian, I would specify the address in italian as "Torino, Italia", as follows - which doesn't seem to work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italia&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italia&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In other words, are there any geocoders that can accept addresses in languages other than English? Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 16:41:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328354#M8443</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-03-01T16:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized street map/imagery data &amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328355#M8444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I guess it's depending on the way the geocoder stores the addresses.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With the example you gave : &lt;/SPAN&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Turin&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Turin&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;SPAN&gt; it's not really working by giving 'Turin' in English. You don't get the expected 'Torino' city in the first choices. It's better by giving 'Torino' &lt;/SPAN&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks like with this geocoder, the country is in English and then the City and StreetNames in locale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can verify that by looking at the output fields :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=Sebastopoli+123&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=*&amp;amp;outSR=&amp;amp;f=html"&gt;http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/TA_Address_EU/GeocodeServer/findAddressCandidates?Address=Sebastopoli+123&amp;amp;City=Torino&amp;amp;Postcode=&amp;amp;Country=Italy&amp;amp;outFields=*&amp;amp;outSR=&amp;amp;f=html&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That being said, I am not sure I helped you. I guess you would need either a geocoder storing the country in locale language or a way to translate the country names from locale to english. Sorry no clue for these points:confused:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 17:24:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328355#M8444</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2011-03-01T17:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized street map/imagery data &amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328356#M8445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You're right, my Turin example was giving an address a bit off from the desired city. Yes, it seems this geocoder says it accepts the following values for country:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisonline/content/index.html#/European_country_codes/011q0000001s000000/"&gt;http://help.arcgis.com/en/arcgisonline/content/index.html#/European_country_codes/011q0000001s000000/&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't see that it mentioned the language of the street/etc. fields. Do you know if these geocoders document their locale requirements anywhere?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is very confusing, to have the different input parameters being specified in different languages. Yikes! I would have expected there was some additional parameter that specifies the input language/locale (like the bing maps example you gave.) I wouldn't think a user would want to operate in a mixed language mode; and ideally, the value of a localized geocoder would be that it understood not only the language but also the locale-specific formatting of addresses, etc. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyhow, thanks for your help! It looks like for now there just isn't good localization support for the tiles and geocoding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Mar 2011 17:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328356#M8445</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-03-01T17:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get localized street map/imagery data &amp; geocoding?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328357#M8446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does ESRI have any answers or feedback to my last post?&amp;nbsp; Writing an app that can be localized is very important to us.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2011 12:56:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-to-get-localized-street-map-imagery-data-amp/m-p/328357#M8446</guid>
      <dc:creator>AndySanford</dc:creator>
      <dc:date>2011-03-29T12:56:30Z</dc:date>
    </item>
  </channel>
</rss>

