Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the culture used by the map.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public string Culture { get; set; }
public:
property String^ Culture {
String^ get();
void set(String^ value);
}
member Culture : string with get, set
Public Property Culture As String
Property Value
Type: System.String
Returns String.
Remarks
For more information on cultures, please see Supported Culture Codes.
See Also
MapCore Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top