<?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 can I get a map labeled in Chinese with the ArcGIS Silverlight API? in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594654#M15243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can change the labels of a bing map 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" &lt;SPAN style="color:red;"&gt;Culture="fr-FR"&lt;/SPAN&gt;
Token="{StaticResource BingKeyString}" /&amp;gt; 
&lt;/PRE&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;I am not sure there is a chinese version at this time. I found this Microsoft link giving the possible cultures:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc981048.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/cc981048.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 01:32:06 GMT</pubDate>
    <dc:creator>DominiqueBroux</dc:creator>
    <dc:date>2021-12-12T01:32:06Z</dc:date>
    <item>
      <title>How can I get a map labeled in Chinese with the ArcGIS Silverlight API?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594652#M15241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I wan to use the&amp;nbsp; free ESRI map or Bingmap for base map, but they are all labeled in English, How can I get a map labeled in other language, such as in Chinese?&amp;nbsp; Would anyone help me? In VB.NET Code or XAML. Thanks very much!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:16:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594652#M15241</guid>
      <dc:creator>mawanzhu</dc:creator>
      <dc:date>2010-10-28T13:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a map labeled in Chinese with the ArcGIS Silverlight API?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594653#M15242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think you can since a label.text is actually sourced from a record's value that is entered in English.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 14:05:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594653#M15242</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2010-10-28T14:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a map labeled in Chinese with the ArcGIS Silverlight API?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594654#M15243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can change the labels of a bing map 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" &lt;SPAN style="color:red;"&gt;Culture="fr-FR"&lt;/SPAN&gt;
Token="{StaticResource BingKeyString}" /&amp;gt; 
&lt;/PRE&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;I am not sure there is a chinese version at this time. I found this Microsoft link giving the possible cultures:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://msdn.microsoft.com/en-us/library/cc981048.aspx" rel="nofollow noopener noreferrer" target="_blank"&gt;http://msdn.microsoft.com/en-us/library/cc981048.aspx&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 01:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594654#M15243</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2021-12-12T01:32:06Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a map labeled in Chinese with the ArcGIS Silverlight API?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594655#M15244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much. These is no Culture string for Chinese in the list yet.&amp;nbsp; While with BingMap API, I can get a Chinese Labeled source map in 2 step, the code is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Public Function GetChinaTileSource() As TileSource&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim tileSourceUri As New UriBuilder("&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://r2.tiles.ditu.live.com/tiles/r" rel="nofollow" target="_blank"&gt;http://r2.tiles.ditu.live.com/tiles/r&lt;/A&gt;&lt;SPAN&gt;{quadkey}.png?g=41") '中�?��?��?�系�?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '&amp;nbsp;&amp;nbsp; Dim tileLayer As New MapTileLayer()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim tileSource As New LocationRectTileSource(tileSourceUri.Uri.ToString(), New LocationRect(New Location(60, 60), New Location(13, 140)), New Range(Of Double)(1, 20))&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Return tileSource&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; End Function&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;' then in the map page&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim tileLayer As New MapTileLayer()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim gts As New ChinaTileSource()&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; tileLayer.TileSources.Add(gts.GetChinaTileSource())&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyMap.Children.Add(tileLayer)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyMap.Mode = New MercatorMode&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I do like that with ArcGIS API ?&amp;nbsp; How to?&amp;nbsp; Help me!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 00:14:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594655#M15244</guid>
      <dc:creator>mawanzhu</dc:creator>
      <dc:date>2010-10-29T00:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a map labeled in Chinese with the ArcGIS Silverlight API?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594656#M15245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The label is not generated on the fly but is "baked" into the image tiles. So if the image tiles doesn't have chinese labels baked into them, the service can't support it. In this case ArcGIS Online doesn't have any chinese tile services you can use, and it seems neither does Bing on their open imageservice, so you are basically out of luck. You will have to roll your own tile server using ArcGIS Server and your own data.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 03:48:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594656#M15245</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2010-10-29T03:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get a map labeled in Chinese with the ArcGIS Silverlight API?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594657#M15246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The label is not generated on the fly but is "baked" into the image tiles. So if the image tiles doesn't have chinese labels baked into them, the service can't support it. In this case ArcGIS Online doesn't have any chinese tile services you can use, and it seems neither does Bing on their open imageservice, so you are basically out of luck. You will have to roll your own tile server using ArcGIS Server and your own data.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 12:55:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/how-can-i-get-a-map-labeled-in-chinese-with-the/m-p/594657#M15246</guid>
      <dc:creator>mawanzhu</dc:creator>
      <dc:date>2010-10-29T12:55:01Z</dc:date>
    </item>
  </channel>
</rss>

