Hi.
I am starting to work with silvelight in a map application.
One of my concerns is about localization/culture; after playing around a bit with map control I am missing how to set culture on map control.
It takes me to another point since I have done in past one other app with bing maps - how can i use commands from provider? I had look a bit on "provider comands" but not sure on how to use it. To me it would be something like this
However in Command description I am missing on how to declare, for this example, "Culture" where param would be something like "PT-pt".
Can someone point me the light?
Thanks
I am starting to work with silvelight in a map application.
One of my concerns is about localization/culture; after playing around a bit with map control I am missing how to set culture on map control.
It takes me to another point since I have done in past one other app with bing maps - how can i use commands from provider? I had look a bit on "provider comands" but not sure on how to use it. To me it would be something like this
MapProviderBase provider = InitializeBingMapProvider(MapMode.Road,
true
);
provider.Commands.Add(
new
CommandDescription() { ... } );
However in Command description I am missing on how to declare, for this example, "Culture" where param would be something like "PT-pt".
Can someone point me the light?
Thanks