LayerFactoryMapLanguage Property |
Function which returns the language, used for geographical objects in the map like names for town and streets.
The language code is defined in BCP47, for example en, fr or de.
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic string MapLanguage { get; set; }
Public Property MapLanguage As String
Get
Set
public:
property String^ MapLanguage {
String^ get ();
void set (String^ value);
}
member MapLanguage : string with get, set
Property Value
Type:
String
See Also