<?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 Localization for Bing Maps integration in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Localization-for-Bing-Maps-integration/m-p/426957#M566829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a QVW with a bing maps integration. I follow the instruction of this posting &lt;SPAN class="loading"&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/38403"&gt;http://community.qlik.com/thread/38403&lt;/A&gt;&lt;SPAN&gt; and included the code snippet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/"&gt;http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&amp;amp;&lt;BR /&gt;num(var_mid_lat, '##############', '.', ',' )&lt;BR /&gt;&amp;amp;&lt;BR /&gt;','&lt;BR /&gt;&amp;amp;&lt;BR /&gt;num(var_mid_long, '##############', '.', ',' )&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'/'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'$(var_zoom)'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'?'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'mapSize='&amp;amp;map_size_x &amp;amp;','&amp;amp;map_size_y&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;format=jpeg'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;key='&amp;amp;bmap_key'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="loading"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine. Now, I would like to change the language of the map to german. I found in the internet the additional parameter 'c=de' and changed my code to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/"&gt;http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(var_mid_lat, '##############', '.', ',' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;','&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(var_mid_long, '##############', '.', ',' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'/'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'$(var_zoom)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'?'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'mapSize='&amp;amp;map_size_x &amp;amp;','&amp;amp;map_size_y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'&amp;amp;format=jpeg'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #ff0000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #ff0000;"&gt;'&amp;amp;c=de' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'&amp;amp;key=&lt;/SPAN&gt;&lt;CODE class="jive-code"&gt;'&amp;amp;bmap_key'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new parameter does not work. Please, can anybode help me with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2012 08:28:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-11-13T08:28:37Z</dc:date>
    <item>
      <title>Localization for Bing Maps integration</title>
      <link>https://community.qlik.com/t5/QlikView/Localization-for-Bing-Maps-integration/m-p/426957#M566829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a QVW with a bing maps integration. I follow the instruction of this posting &lt;SPAN class="loading"&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/thread/38403"&gt;http://community.qlik.com/thread/38403&lt;/A&gt;&lt;SPAN&gt; and included the code snippet&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE class="jive-code"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/"&gt;http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;BR /&gt;&amp;amp;&lt;BR /&gt;num(var_mid_lat, '##############', '.', ',' )&lt;BR /&gt;&amp;amp;&lt;BR /&gt;','&lt;BR /&gt;&amp;amp;&lt;BR /&gt;num(var_mid_long, '##############', '.', ',' )&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'/'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'$(var_zoom)'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'?'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'mapSize='&amp;amp;map_size_x &amp;amp;','&amp;amp;map_size_y&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;format=jpeg'&lt;BR /&gt;&amp;amp;&lt;BR /&gt;'&amp;amp;key='&amp;amp;bmap_key'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="loading"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything works fine. Now, I would like to change the language of the map to german. I found in the internet the additional parameter 'c=de' and changed my code to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN&gt;='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/"&gt;http://dev.virtualearth.net/REST/v1/Imagery/Map/CollinsBart/&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(var_mid_lat, '##############', '.', ',' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;','&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(var_mid_long, '##############', '.', ',' )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'/'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'$(var_zoom)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'?'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'mapSize='&amp;amp;map_size_x &amp;amp;','&amp;amp;map_size_y&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'&amp;amp;format=jpeg'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #ff0000;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; color: #ff0000;"&gt;'&amp;amp;c=de' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;amp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;'&amp;amp;key=&lt;/SPAN&gt;&lt;CODE class="jive-code"&gt;'&amp;amp;bmap_key'&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The new parameter does not work. Please, can anybode help me with this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2012 08:28:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Localization-for-Bing-Maps-integration/m-p/426957#M566829</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-11-13T08:28:37Z</dc:date>
    </item>
  </channel>
</rss>

