c# - How I use Bing Maps API for WPF with another localization/culture? -


when try set culture of map this:

<wpf:map culture="pt-br" /> 

all labels remain in english , culture doesn't change.

my windows language english, want force pt-br in map.

i changed application culture setting main thread culture, uiculture , putting pt-br in csproject file, map remains in english.

i need change because in english name of são paulo city "sao paolo".

how that?

the wpf control released @ time when bing maps supported small number of cultures. doing testing appears following cultures supported map control:

  • fr-fr
  • fr-ca
  • nl-be
  • en-us
  • de-de
  • it-it
  • ja-jp
  • es-es
  • es-mx
  • es-us

i'll pass information on our documentation team it's easier figure out in future. i'll add feature request additional language support in future versions of wpf control.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -